From d9e654b9773d90d943100abc357f202757e5eeaa Mon Sep 17 00:00:00 2001 From: Yuya Hamamachi Date: Thu, 31 Oct 2024 16:48:36 +0900 Subject: [PATCH] cr52: zephyr: Force update the west If old version is used, some option is not enabled. So, this patch makes to update west forcely. Signed-off-by: Yuya Hamamachi --- realtime_cpu/build_zephyr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realtime_cpu/build_zephyr.sh b/realtime_cpu/build_zephyr.sh index c8c374d..6ffa1b2 100755 --- a/realtime_cpu/build_zephyr.sh +++ b/realtime_cpu/build_zephyr.sh @@ -72,7 +72,7 @@ cd zephyr-sdk-0.15.2 python3 -m venv ${ZEPHYR_SDK_PATH}/.venv source ${ZEPHYR_SDK_PATH}/.venv/bin/activate pip install wheel -pip install west +pip install west -U # Setup source code if [[ ! -e "${ZEPHYR_DIR}/zephyr" || "$CLEAN_BUILD_FLAG" == "true" ]]; then