diff mbox series

[yocto-patches,meta-zephyr,master,3/9] layer: Fix PREFERRED_VERSION for zephyr-sdk-native

Message ID 20260307044353.1936182-4-sandeep.gundlupet-raju@amd.com
State New
Headers show
Series Update to v4.3.0 | expand

Commit Message

Gundlupet Raju, Sandeep March 7, 2026, 4:43 a.m. UTC
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 <sandeep.gundlupet-raju@amd.com>
---
 meta-zephyr-core/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"