From f10a17c4b551f92a93ab6e8114b87c2816ed6f36 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Fri, 6 Mar 2026 14:00:34 -0700 Subject: [PATCH] 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 Signed-off-by: Lee Chee Yang --- meta-zephyr-core/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"