mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 00:49:30 +02:00
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:
committed by
Lee Chee Yang
parent
ffbe33aa89
commit
32dbada167
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user