aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus/build-jerryscript.sh
blob: 872ad32d4dd88a42efe60daef2d553e0f65328dd (plain)
1
2
3
4
5
6
7
8
9
10
11
git clone --depth 1 ${ZEPHYR_GIT_URL} -b ${ZEPHYR_BRANCH} zephyr
west init -l zephyr/
west update
(cd zephyr; git clean -fdx)
. zephyr/zephyr-env.sh

make -f ./targets/zephyr/Makefile.zephyr BOARD=${PLATFORM}

cd ${WORKSPACE}
mkdir -p out/${PLATFORM}
cp build/${PLATFORM}/zephyr/zephyr/zephyr.bin out/${PLATFORM}/