aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-10-01 23:20:50 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-10-01 23:20:50 +0300
commit0447c66575b0ab207b8cdaa36505713a340a8484 (patch)
treee465e55f2581d30404b263bfe4bb4ac15b2914bd /lite-aeolus
parentbf727fbd4cc8afa4d9cd93561bf8f7b62a4f9342 (diff)
lite-aeolus-micropython: Allow to override Zephyr git repo via job params.
We're getting some weird errors in Zephyr scripts which can't be reproduced locally and require patching of those scripts for further diagnostics. So, allow to point the build to another repo for cases like this. Change-Id: I315d8d089a9907938bba36417b645bda0bb6b9c5
Diffstat (limited to 'lite-aeolus')
-rw-r--r--lite-aeolus/build-micropython.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lite-aeolus/build-micropython.sh b/lite-aeolus/build-micropython.sh
index 7dd24482..031cb296 100644
--- a/lite-aeolus/build-micropython.sh
+++ b/lite-aeolus/build-micropython.sh
@@ -1,4 +1,4 @@
-git clone --depth 1 https://git.linaro.org/lite/zephyr.git zephyr-rtos
+git clone --depth 1 ${ZEPHYR_GIT_URL} -b ${ZEPHYR_BRANCH} zephyr-rtos
(cd zephyr-rtos; git clean -fdx)
. zephyr-rtos/zephyr-env.sh