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 <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
This commit is contained in:
Sandeep Gundlupet Raju
2026-03-06 21:43:47 -07:00
committed by Lee Chee Yang
parent ffbe33aa89
commit 32dbada167

View File

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