From 32dbada167a0e6f20036c4d107fd444119c7e436 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Fri, 6 Mar 2026 21:43:47 -0700 Subject: [PATCH] layer: Fix PREFERRED_VERSION for zephyr-sdk-native zephyr-sdk is a native recipe, So fix PREFERRED_VERSION for zephyr-sdk-native. Also update PREFERRED_VERSION for zephyr-sdk-native to 0.17.4 which is the latest SDK version for Zephyr 4.x releases and to match with default zephyr kernel version. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Lee Chee Yang --- meta-zephyr-core/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf index e5d0ae3..519c4b8 100644 --- a/meta-zephyr-core/conf/layer.conf +++ b/meta-zephyr-core/conf/layer.conf @@ -22,4 +22,4 @@ PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages addpylib ${LAYERDIR}/lib oeqa PREFERRED_VERSION_zephyr-kernel ??= "4.2.0" -PREFERRED_VERSION_zephyr-sdk ??= "0.16.9" +PREFERRED_VERSION_zephyr-sdk-native ??= "0.17.4"