diff mbox series

[yocto-patches,meta-zephyr,master] layer.conf: Update to blacksail

Message ID 20260908184256.1126208-1-sandeep.gundlupet-raju@amd.com
State New
Headers show
Series [yocto-patches,meta-zephyr,master] layer.conf: Update to blacksail | expand

Commit Message

Sandeep Gundlupet Raju Sept. 8, 2026, 6:42 p.m. UTC
Prepare for the next release and update to the new blacksail release
series.

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
---
 meta-zephyr-bsp/conf/layer.conf  | 2 +-
 meta-zephyr-core/conf/layer.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-zephyr-bsp/conf/layer.conf b/meta-zephyr-bsp/conf/layer.conf
index a00d3f1..7a23a35 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 = "wrynose"
+LAYERSERIES_COMPAT_zephyrbsp = "blacksail"
diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf
index e9c97bb..12de1b4 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 = "wrynose"
+LAYERSERIES_COMPAT_zephyrcore = "blacksail"
 
 PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages"