summaryrefslogtreecommitdiff
path: root/execs
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2018-10-24 13:26:00 +0300
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2018-10-24 15:08:58 +0300
commit6ba53c5521e6b59662113bf6478f8c375142f63e (patch)
tree83093184dccc0e9f66e430345406e8811c797efe /execs
parent84ca53091058c769304a4b7694d9f2b7b4739942 (diff)
Build latest iproute2 and support TAS schedulers
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'execs')
-rw-r--r--execs/tas.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/execs/tas.yaml b/execs/tas.yaml
new file mode 100644
index 0000000..3881e35
--- /dev/null
+++ b/execs/tas.yaml
@@ -0,0 +1,27 @@
+metadata:
+ name: 802.1Qbv iproute2
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Install latest iproute2 with TAS support"
+ version: 1.0
+
+install:
+ deps:
+ - autotools-dev
+ - autoconf
+ - libtool
+ - autogen
+ - gcc
+ - git
+ - g++
+ - make
+ - libssl-dev
+ - libconfig-dev
+ - m4
+ - pkg-config
+ - locales-all
+ - libpcap-dev
+
+run:
+ steps:
+ - echo "Building iproute2"
+ - ./scripts/build-iproute2.sh