]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
layer.conf: Update to use blacksail release series name
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 May 2026 13:44:28 +0000 (14:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 May 2026 13:46:19 +0000 (14:46 +0100)
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
meta-skeleton/conf/layer.conf
meta/conf/layer.conf

index ff14960bab07eb210299293fec54905081abb766..40b6b6910adcd6ca6173241be7ced2a76033dc80 100644 (file)
@@ -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"
index a36211a8c9aca55adb07311ffa81223edb9af8a1..94909d512058121efce5fe2c95d87feabb5e178a 100644 (file)
@@ -14,4 +14,4 @@ LAYERVERSION_skeleton = "1"
 
 LAYERDEPENDS_skeleton = "core"
 
-LAYERSERIES_COMPAT_skeleton = "wrynose"
+LAYERSERIES_COMPAT_skeleton = "blacksail"
index b097c34c7ba824f067716aee71eb4609fb462f8f..b91ce3e43718d0f0b1c8c80f56089eb8057e2fb0 100644 (file)
@@ -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"