aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-06-23 15:26:41 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-06-23 15:26:41 +0300
commit53a9f3fe4c5808a832c4aa37dfc086aa29c28a29 (patch)
tree6bb2bc888114d76e9f51ad9e82dbc63d9d67bd65 /lite-aeolus
parentc6498eab386c483ee3431e949ff7e70d438df5e4 (diff)
pfalcon-aeolus-micropython: Prototype job for Aeolus component MicroPython.
Change-Id: Iaafd4ec9518cde32876a32897fc0b653c809d175
Diffstat (limited to 'lite-aeolus')
-rw-r--r--lite-aeolus/build-micropython.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/lite-aeolus/build-micropython.sh b/lite-aeolus/build-micropython.sh
new file mode 100644
index 00000000..6c43ce44
--- /dev/null
+++ b/lite-aeolus/build-micropython.sh
@@ -0,0 +1,9 @@
+git clone --depth 1 https://git.linaro.org/lite/zephyr.git zephyr-rtos
+(cd zephyr-rtos; git clean -fdx)
+. zephyr-rtos/zephyr-env.sh
+
+make -C zephyr BOARD=${PLATFORM}
+
+cd ${WORKSPACE}
+mkdir -p out/${PLATFORM}
+cp outdir/${PLATFORM}/zephyr.bin out/${PLATFORM}/