From 5267a5e80976086be0b2188d0f0e3b49b53ae6e1 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 3 Feb 2020 05:01:31 -0600 Subject: [PATCH] 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 --- cmake/toolchain/zephyr/host-tools.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/toolchain/zephyr/host-tools.cmake b/cmake/toolchain/zephyr/host-tools.cmake index 347c700fe91..cde5295cbe8 100644 --- a/cmake/toolchain/zephyr/host-tools.cmake +++ b/cmake/toolchain/zephyr/host-tools.cmake @@ -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)