Skip to content

Commit

Permalink
cr52: zephyr: Force update the west
Browse files Browse the repository at this point in the history
If old version is used, some option is not enabled.
So, this patch makes to update west forcely.

Signed-off-by: Yuya Hamamachi <[email protected]>
  • Loading branch information
yhamamachi committed Oct 31, 2024
1 parent 76bafbf commit d9e654b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realtime_cpu/build_zephyr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9e654b

Please sign in to comment.