summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openembedded/odp-scheduling.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/openembedded/odp-scheduling.yaml b/openembedded/odp-scheduling.yaml
index 2cc882f..5cde378 100644
--- a/openembedded/odp-scheduling.yaml
+++ b/openembedded/odp-scheduling.yaml
@@ -16,9 +16,14 @@ install:
git-repos:
- git://git.linaro.org/lng/odp.git
steps:
- - 'cd odp'
+ - 'curl -sSOL http://sourceforge.net/projects/cunit/files/CUnit/2.1-3/CUnit-2.1-3.tar.bz2'
+ - 'tar xf CUnit-2.1-3.tar.bz2'
+ - 'cd CUnit-2.1-3'
- './bootstrap'
- - './configure --enable-test-vald --enable-test-perf'
+ - 'make install'
+ - 'cd ../odp'
+ - './bootstrap'
+ - './configure --enable-test-vald --enable-test-perf --with-cunit-path=$HOME/CUnitHome'
- 'make'
- 'make install'