summaryrefslogtreecommitdiff
path: root/execs
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2018-01-31 10:29:46 +0200
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2018-01-31 10:29:46 +0200
commitc2d1b1241eccd548031d2b399f47d5ae955148c6 (patch)
treee93bde70b9bac178204a6533d6d4e5a756ba4606 /execs
parent7de748f2d52f5d48a7a6f96a1a7312937d1b4d1a (diff)
bugfixes introducerd from previous commits
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'execs')
-rw-r--r--execs/odp-mdev.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/execs/odp-mdev.yaml b/execs/odp-mdev.yaml
index 2a50fca..3efb5ec 100644
--- a/execs/odp-mdev.yaml
+++ b/execs/odp-mdev.yaml
@@ -33,13 +33,13 @@ install:
run:
steps:
- echo "Build ODP kernel drivers"
- - git clone https://github.com/Linaro/odp.git
+ - git clone https://github.com/apalos/odp-linux-mdev.git
- cd odp-linux-mdev && make -j32 && cd ..
- mkdir -p /usr/include/uapi
- cp odp-linux-mdev/include/uapi/linux/* /usr/include/uapi
- echo "Build ODP"
# add missing kernel headers
- - git clone https://github.com/apalos/odp.git
+ - git clone https://github.com/Linaro/odp.git
- cd odp
- git checkout $ODP_BRANCH
- ./bootstrap