summaryrefslogtreecommitdiff
path: root/execs/ubuntu-build-essential.yaml
blob: b7f3a9b8a71123c592942120a27ed3540437677b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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