aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-09-08 14:00:38 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-09-08 14:00:38 +0300
commit5129999c8e97cb48b457e031ac93c8aa6db5e0a1 (patch)
tree3cf2e62a55b7ea35c378e6c0486ec50489cdd96a /lite-aeolus
parent87469f098f88256dc955aa31ec3f7b45704b7e5e (diff)
lite-aeolus: build-micropython.sh: Update for upstream restructuring.
Zephyr port is now in ports/zephyr/. Change-Id: I2fd20daaffd033ae5e889c66119c6e9627193c64 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Diffstat (limited to 'lite-aeolus')
-rw-r--r--lite-aeolus/build-micropython.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lite-aeolus/build-micropython.sh b/lite-aeolus/build-micropython.sh
index ee486deede..7dd244823f 100644
--- a/lite-aeolus/build-micropython.sh
+++ b/lite-aeolus/build-micropython.sh
@@ -7,7 +7,7 @@ small_rom() {
echo "arduino_101" | grep -F -w -q "$1"
}
-cd zephyr
+cd ports/zephyr
if small_rom ${PLATFORM}; then
./make-minimal BOARD=${PLATFORM}
else
@@ -22,4 +22,4 @@ fi
cd ${WORKSPACE}
mkdir -p out/${PLATFORM}
-cp zephyr/outdir/${PLATFORM}/zephyr.bin out/${PLATFORM}/
+cp ports/zephyr/outdir/${PLATFORM}/zephyr.bin out/${PLATFORM}/