summaryrefslogtreecommitdiff
path: root/execs/ubuntu-build-essential.yaml
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2018-01-08 18:05:39 +0200
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2018-01-08 18:05:39 +0200
commit06a722063d64dc74bfeee900a18c70fcb9baf78a (patch)
treefeb3c19159b028d407c0c15b6f1a2967251de164 /execs/ubuntu-build-essential.yaml
import
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'execs/ubuntu-build-essential.yaml')
-rw-r--r--execs/ubuntu-build-essential.yaml40
1 files changed, 40 insertions, 0 deletions
diff --git a/execs/ubuntu-build-essential.yaml b/execs/ubuntu-build-essential.yaml
new file mode 100644
index 0000000..b7f3a9b
--- /dev/null
+++ b/execs/ubuntu-build-essential.yaml
@@ -0,0 +1,40 @@
+metadata:
+ name: ubuntu-build-essential
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Install basic packages for ubuntu 17.10"
+ version: 1.0
+
+params:
+ ODP_BRANCH: ddf
+ BUILD_DIR: /root
+ INSTALL_DIR: /root/odp_install
+ ODP_JOBS: 32
+
+install:
+ deps:
+ - autotools-dev
+ - autoconf
+ - autogen
+ - libtool
+ - gcc
+ - g++
+ - libssl-dev
+ - libcunit1
+ - libcunit1-dev
+ - libconfig-dev
+ - locales-all
+ - make
+ - m4
+ - pkg-config
+ - uuid
+ - uuid-runtime
+ - libnuma-dev
+ - libnuma1
+ - pkg-config
+ - python
+ - pciutils
+ - git
+ - ethtool
+ - sudo
+ - bison
+ - flex