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:
Kumar Gala 2020-02-03 05:01:31 -06:00 committed by Kumar Gala
commit 5267a5e809

View file

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