summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/odp-validation.yaml (renamed from openembedded/odp-validation.yaml)29
1 files changed, 29 insertions, 0 deletions
diff --git a/openembedded/odp-validation.yaml b/common/odp-validation.yaml
index 65eeb59..087a9c1 100644
--- a/openembedded/odp-validation.yaml
+++ b/common/odp-validation.yaml
@@ -7,15 +7,44 @@ metadata:
packages being installed in the target rootfs."
maintainer:
- stuart.haslam@linaro.org
+ - anders.roxell@linaro.org
os:
- openembedded
+ - debian
+ - ubuntu
devices:
- juno
+ - arndale
+ - x86
scope:
- functional
environment:
- lava-test-shell
+install:
+ deps:
+ - build-essential
+ - automake
+ - autoconf
+ - libtool
+ - libssl-dev
+ - libcunit1-dev
+ git-repos:
+ - url: git://git.linaro.org/lng/odp.git
+ destination: odp
+ branch: ${ODP_BRANCH}
+ steps:
+ - cd odp
+ - ./bootstrap
+ - autoreconf -i
+ - ./configure --enable-test-vald --enable-test-perf --with-testdir=/usr/lib/odp/ptest/test
+ - make install
+ - cd /usr/lib/odp/ptest
+ - ln -s test/run-test run-ptest
+
+params:
+ ODP_BRANCH: master
+
run:
steps:
- cd /usr/lib/odp/ptest