summaryrefslogtreecommitdiff
path: root/execs/odp-mdev.yaml
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2018-01-30 15:01:11 +0200
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2018-01-30 15:01:11 +0200
commit7de748f2d52f5d48a7a6f96a1a7312937d1b4d1a (patch)
treec2b2883ee43d81d42951ed51dd15744a399cfa43 /execs/odp-mdev.yaml
parentc510af4458811bc3315de03f20abd9a75d2de987 (diff)
bnuild from odp upstream
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'execs/odp-mdev.yaml')
-rw-r--r--execs/odp-mdev.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/execs/odp-mdev.yaml b/execs/odp-mdev.yaml
index 6366ee3..2a50fca 100644
--- a/execs/odp-mdev.yaml
+++ b/execs/odp-mdev.yaml
@@ -7,7 +7,7 @@ metadata:
params:
PUB_KEY: None
IRC_SERVER: irc.freenode.net
- ODP_BRANCH: ddf
+ ODP_BRANCH: caterpillar
BUILD_DIR: /root
ODP_JOBS: 32
@@ -33,7 +33,7 @@ install:
run:
steps:
- echo "Build ODP kernel drivers"
- - git clone https://github.com/apalos/odp-linux-mdev.git
+ - git clone https://github.com/Linaro/odp.git
- cd odp-linux-mdev && make -j32 && cd ..
- mkdir -p /usr/include/uapi
- cp odp-linux-mdev/include/uapi/linux/* /usr/include/uapi
@@ -44,7 +44,7 @@ run:
- git checkout $ODP_BRANCH
- ./bootstrap
- autoreconf -i
- - ./configure --enable-debug --enable-debug-print --enable-mdev
+ - ./configure --enable-debug --enable-debug-print --enable-mdev-support
- make -j $ODP_JOBS
- make install
- cp mdev/odp.conf /root