aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2018-05-29 21:27:18 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2018-05-30 07:33:55 +0000
commit47bd1a723e33652e25399d6dc77f394af13bc0aa (patch)
tree0e083396600577aaf37ee54375db2e92a7368ed9 /lite-aeolus
parent4b4d9277726176eddbdaac14997ce550377bf971 (diff)
lite-aeolus: Use Zephyr upstream repo while our mirror is broken
Also, allow lite-aeolus-jerryscript job's Zephyr repo to be overriden using build params, similarly to lite-aeolus-micropython. Also, improve some consistency between these 2 jobs. Change-Id: Id9eb217ad17801cf61051389493b556f1f4a8df7
Diffstat (limited to 'lite-aeolus')
-rw-r--r--lite-aeolus/build-jerryscript.sh2
-rw-r--r--lite-aeolus/build-micropython.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/lite-aeolus/build-jerryscript.sh b/lite-aeolus/build-jerryscript.sh
index 8c7414cf..579bd40f 100644
--- a/lite-aeolus/build-jerryscript.sh
+++ b/lite-aeolus/build-jerryscript.sh
@@ -1,4 +1,4 @@
-git clone --depth 1 https://git.linaro.org/lite/zephyr.git
+git clone --depth 1 ${ZEPHYR_GIT_URL} -b ${ZEPHYR_BRANCH} zephyr
(cd zephyr; git clean -fdx)
. zephyr/zephyr-env.sh
diff --git a/lite-aeolus/build-micropython.sh b/lite-aeolus/build-micropython.sh
index 1e151430..aef78495 100644
--- a/lite-aeolus/build-micropython.sh
+++ b/lite-aeolus/build-micropython.sh
@@ -1,6 +1,6 @@
-git clone --depth 1 ${ZEPHYR_GIT_URL} -b ${ZEPHYR_BRANCH} zephyr-rtos
-(cd zephyr-rtos; git clean -fdx)
-. zephyr-rtos/zephyr-env.sh
+git clone --depth 1 ${ZEPHYR_GIT_URL} -b ${ZEPHYR_BRANCH} zephyr
+(cd zephyr; git clean -fdx)
+. zephyr/zephyr-env.sh
small_rom() {