From 22a0ce1d787eb785ec8234e447f04cca053397e2 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Mon, 23 Mar 2026 14:13:57 -0600 Subject: [PATCH] layer.conf: Update to wrynose Prepare for the next release and update to the new wrynose release series. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Lee Chee Yang --- meta-zephyr-bsp/conf/layer.conf | 2 +- meta-zephyr-core/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-zephyr-bsp/conf/layer.conf b/meta-zephyr-bsp/conf/layer.conf index 6c16722..a00d3f1 100644 --- a/meta-zephyr-bsp/conf/layer.conf +++ b/meta-zephyr-bsp/conf/layer.conf @@ -15,4 +15,4 @@ LAYERVERSION_zephyrbsp = "1" LAYERDEPENDS_zephyrbsp = "zephyrcore core meta-python" -LAYERSERIES_COMPAT_zephyrbsp = "whinlatter" +LAYERSERIES_COMPAT_zephyrbsp = "wrynose" diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf index 48a0066..29bc671 100644 --- a/meta-zephyr-core/conf/layer.conf +++ b/meta-zephyr-core/conf/layer.conf @@ -15,7 +15,7 @@ LAYERVERSION_zephyrcore = "1" LAYERDEPENDS_zephyrcore = "core meta-python" -LAYERSERIES_COMPAT_zephyrcore = "whinlatter" +LAYERSERIES_COMPAT_zephyrcore = "wrynose" PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages"