Keep SDK version fixed at 0.15.2
This commit is contained in:
parent
ca6d17dbcf
commit
af6b02d0a5
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ sudo apt-get install --yes --no-install-recommends git cmake ninja-build gperf \
|
||||||
### Step 3: Install Zephyr SDK
|
### Step 3: Install Zephyr SDK
|
||||||
|
|
||||||
# Find latest release version
|
# Find latest release version
|
||||||
ZSDK_URL="https://github.com/zephyrproject-rtos/sdk-ng/releases/latest"
|
# ZSDK_URL="https://github.com/zephyrproject-rtos/sdk-ng/releases/latest"
|
||||||
export ZSDK_VERSION="$(curl -fsSLI -o /dev/null -w %{url_effective} ${ZSDK_URL} | sed 's/^.*v//')"
|
# ZSDK_VERSION="$(curl -fsSLI -o /dev/null -w %{url_effective} ${ZSDK_URL} | sed 's/^.*v//')"
|
||||||
|
ZSDK_VERSION="0.15.2"
|
||||||
|
|
||||||
# Download and verify latest Zephyr SDK bundle
|
# Download and verify latest Zephyr SDK bundle
|
||||||
cd ~/.local
|
cd ~/.local
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue