toolchain: Bump min SDK version to 0.11.1
For various reasons bump the min SDK required to 0.11.1. We need 0.11.x for xtensa and ARM64 support. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
47ec94a662
commit
5267a5e809
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if(NOT ZEPHYR_SDK_INSTALL_DIR)
|
|||
return()
|
||||
endif()
|
||||
|
||||
set(REQUIRED_SDK_VER 0.10.3)
|
||||
set(REQUIRED_SDK_VER 0.11.1)
|
||||
set(TOOLCHAIN_VENDOR zephyr)
|
||||
set(TOOLCHAIN_ARCH x86_64)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue