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:
Marti Bolivar 2019-03-07 12:38:12 -07:00 committed by Anas Nashif
commit 2785bee30e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -16,7 +16,7 @@
west:
url: https://github.com/zephyrproject-rtos/west
revision: master
revision: v0.5.6
manifest:
defaults: