west: require version 0.5.6
Set the revision to the v0.5.6 tag in west.yml and update the minimum version. Barring any (more) major undiscovered issues, this will be the version used with Zephyr v1.14. Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
parent
e2de07b2f1
commit
2785bee30e
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ if(${WEST} STREQUAL WEST-NOTFOUND)
|
|||
else()
|
||||
# If west is found, make sure its version matches the minimum
|
||||
# required one.
|
||||
set(MIN_WEST_VERSION 0.5.4)
|
||||
set(MIN_WEST_VERSION 0.5.6)
|
||||
execute_process(
|
||||
COMMAND
|
||||
${WEST} --version
|
||||
|
|
2
west.yml
2
west.yml
|
@ -16,7 +16,7 @@
|
|||
|
||||
west:
|
||||
url: https://github.com/zephyrproject-rtos/west
|
||||
revision: master
|
||||
revision: v0.5.6
|
||||
|
||||
manifest:
|
||||
defaults:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue