From: Richard Purdie Date: Mon, 18 May 2026 13:44:28 +0000 (+0100) Subject: layer.conf: Update to use blacksail release series name X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cf5f610415ed6df4130a5ebff04d30cca2d01a8;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git layer.conf: Update to use blacksail release series name For now we remain compatible with wrynose so just start the transition. Signed-off-by: Richard Purdie --- diff --git a/meta-selftest/conf/layer.conf b/meta-selftest/conf/layer.conf index ff14960bab..40b6b6910a 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 a36211a8c9..94909d5120 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 b097c34c7b..b91ce3e437 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"