diff mbox series

[yocto-patches,meta-zephyr,scarthgap] layer: Fix PREFERRED_VERSION for zephyr-sdk-native

Message ID 20260306210034.1201401-1-sandeep.gundlupet-raju@amd.com
State New
Headers show
Series [yocto-patches,meta-zephyr,scarthgap] layer: Fix PREFERRED_VERSION for zephyr-sdk-native | expand

Commit Message

Sandeep Gundlupet Raju March 6, 2026, 9 p.m. UTC
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>
---
 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 e355b3f..a01657a 100644
--- a/meta-zephyr-core/conf/layer.conf
+++ b/meta-zephyr-core/conf/layer.conf
@@ -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"