]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
layer.conf: Update to whinlatter release series
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jun 2025 12:04:51 +0000 (13:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jun 2025 12:07:00 +0000 (13:07 +0100)
Since there are currently multiple breaking changes, update to a new
release series for the next release so layers can show compatibility
correctly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/conf/layer.conf
meta-skeleton/conf/layer.conf
meta/conf/layer.conf

index c2767eb60507b7525ac4faf2ec0ded3057f27beb..ecc45ded8c87209276e9a4dd55759e25c5aba8a6 100644 (file)
@@ -11,4 +11,4 @@ BBFILE_PRIORITY_selftest = "5"
 
 addpylib ${LAYERDIR}/lib oeqa
 
-LAYERSERIES_COMPAT_selftest = "walnascar"
+LAYERSERIES_COMPAT_selftest = "whinlatter"
index ad62721e41d66f544d89855fadca85067252c2aa..43ef90a9f0b44e4a772fb6606b63d6b8df123b85 100644 (file)
@@ -14,4 +14,4 @@ LAYERVERSION_skeleton = "1"
 
 LAYERDEPENDS_skeleton = "core"
 
-LAYERSERIES_COMPAT_skeleton = "walnascar"
+LAYERSERIES_COMPAT_skeleton = "whinlatter"
index 44267ce8e227c92a4be85cdb1007e9a886fcec00..54fa04e213edd918d36713fa28229da90fc425fc 100644 (file)
@@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core"
 BBFILE_PATTERN_core = "^${LAYERDIR}/"
 BBFILE_PRIORITY_core = "5"
 
-LAYERSERIES_CORENAMES = "walnascar"
+LAYERSERIES_CORENAMES = "whinlatter"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_core = "15"
-LAYERSERIES_COMPAT_core = "walnascar"
+LAYERSERIES_COMPAT_core = "whinlatter"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"