diff mbox series

layer.conf: Update to wrynose

Message ID 20260317211748.1035170-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit cd1179544d74026c99a4938824146cec4f5acfca
Headers show
Series layer.conf: Update to wrynose | expand

Commit Message

Richard Purdie March 17, 2026, 9:17 p.m. UTC
Prepare for the next release and update to the new wrynose release series.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta-selftest/conf/layer.conf | 2 +-
 meta-skeleton/conf/layer.conf | 2 +-
 meta/conf/layer.conf          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-selftest/conf/layer.conf b/meta-selftest/conf/layer.conf
index de7d6340eda..ff14960bab0 100644
--- a/meta-selftest/conf/layer.conf
+++ b/meta-selftest/conf/layer.conf
@@ -11,6 +11,6 @@  BBFILE_PRIORITY_selftest = "5"
 
 addpylib ${LAYERDIR}/lib oeqa
 
-LAYERSERIES_COMPAT_selftest = "whinlatter"
+LAYERSERIES_COMPAT_selftest = "wrynose"
 
 OE_FRAGMENTS_BUILTIN:append = " selftest-fragment:SELFTEST_BUILTIN_FRAGMENT_VARIABLE"
diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf
index 43ef90a9f0b..a36211a8c9a 100644
--- a/meta-skeleton/conf/layer.conf
+++ b/meta-skeleton/conf/layer.conf
@@ -14,4 +14,4 @@  LAYERVERSION_skeleton = "1"
 
 LAYERDEPENDS_skeleton = "core"
 
-LAYERSERIES_COMPAT_skeleton = "whinlatter"
+LAYERSERIES_COMPAT_skeleton = "wrynose"
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 9c801532338..a7d44a55912 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -7,12 +7,12 @@  BBFILE_COLLECTIONS += "core"
 BBFILE_PATTERN_core = "^${LAYERDIR}/"
 BBFILE_PRIORITY_core = "5"
 
-LAYERSERIES_CORENAMES = "whinlatter"
+LAYERSERIES_CORENAMES = "wrynose"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_core = "15"
-LAYERSERIES_COMPAT_core = "whinlatter"
+LAYERSERIES_COMPAT_core = "wrynose"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"