zephyr/docker-build: fix "stale" ZEPHYR_SDK_INSTALL_DIR comment

It's apparently not stale but "stable".

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-09-28 10:56:16 -07:00 committed by Liam Girdwood
parent 7378b2489a
commit 63ce1d6b51
1 changed files with 4 additions and 2 deletions

View File

@ -18,8 +18,10 @@ test -e ./scripts/xtensa-build-zephyr.sh
sudo apt-get update
sudo apt-get -y install tree
# Unset stale ZEPHYR_SDK_INSTALL_DIR variable pointing to obsolete
# 0.12.4 as of container 0.18.x
# As of container version 0.18.4,
# https://github.com/zephyrproject-rtos/docker-image/blob/master/Dockerfile
# installs two SDKs: ZSDK_VERSION=0.12.4 and ZSDK_ALT_VERSION=0.13.1
# ZEPHYR_SDK_INSTALL_DIR points at ZSDK_VERSION but we want the latest.
unset ZEPHYR_SDK_INSTALL_DIR
# Zephyr's CMake does not look in /opt but it searches $HOME