diff mbox series

layer.conf: Update to use blacksail release series name

Message ID 20260518134455.3568809-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 8cf5f610415ed6df4130a5ebff04d30cca2d01a8
Headers show
Series layer.conf: Update to use blacksail release series name | expand

Commit Message

Richard Purdie May 18, 2026, 1:44 p.m. UTC
For now we remain compatible with wrynose so just start the transition.

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 ff14960bab0..40b6b6910ad 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 = "wrynose"
+LAYERSERIES_COMPAT_selftest = "blacksail"
 
 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 a36211a8c9a..94909d51205 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 = "wrynose"
+LAYERSERIES_COMPAT_skeleton = "blacksail"
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index b097c34c7ba..b91ce3e4371 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 = "wrynose"
+LAYERSERIES_CORENAMES = "wrynose blacksail"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_core = "15"
-LAYERSERIES_COMPAT_core = "wrynose"
+LAYERSERIES_COMPAT_core = "blacksail"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"