aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2021-02-03 14:53:27 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2021-02-03 14:53:27 +0300
commit919bf787e01069ba0c1bc824315e95fc4827a66d (patch)
treeecaaa4fbb812ffefa7635fddc3058be3b0580ba0 /zephyr-upstream
parentde159ea7ceb4b9d6522fd17c47e6f5ea9913f1b7 (diff)
zephyr-upstream: Update to Zephyr SDK 0.12.2.
Change-Id: I78fd3ef429e2b75cb7764a6890e8dee1818c88c9 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Diffstat (limited to 'zephyr-upstream')
-rwxr-xr-xzephyr-upstream/builders.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr-upstream/builders.sh b/zephyr-upstream/builders.sh
index 52f2c5e41c..8c96ea2198 100755
--- a/zephyr-upstream/builders.sh
+++ b/zephyr-upstream/builders.sh
@@ -57,8 +57,8 @@ head -5 Makefile
# Note that Zephyr SDK is needed even when building with the gnuarmemb
# toolchain, ZEPHYR_SDK_INSTALL_DIR is needed to find things like conf
-ZEPHYR_SDK_URL="https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.11.4/zephyr-sdk-0.11.4-setup.run"
-export ZEPHYR_SDK_INSTALL_DIR="${HOME}/srv/toolchain/zephyr-sdk-0.11.4"
+ZEPHYR_SDK_URL="https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.12.2/zephyr-sdk-0.12.2-x86_64-linux-setup.run"
+export ZEPHYR_SDK_INSTALL_DIR="${HOME}/srv/toolchain/zephyr-sdk-0.12.2"
# GNU ARM Embedded is downloaded once (per release) and cached in a persistent
# docker volume under ${HOME}/srv/toolchain/.