layer: Fix PREFERRED_VERSION for zephyr-sdk-native

zephyr-sdk is a native recipe, So fix PREFERRED_VERSION for
zephyr-sdk-native.

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 14:00:34 -07:00
committed by Lee Chee Yang
parent 1f08e19450
commit f10a17c4b5

View File

@@ -23,4 +23,4 @@ addpylib ${LAYERDIR}/lib oeqa
# Default to a stable version
PREFERRED_VERSION_zephyr-kernel ??= "3.6.0"
PREFERRED_VERSION_zephyr-sdk ??= "0.16.9"
PREFERRED_VERSION_zephyr-sdk-native ??= "0.16.9"