]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
layer.conf: Update to new layer/release series post-release
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Oct 2024 09:39:35 +0000 (10:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Oct 2024 11:40:34 +0000 (12:40 +0100)
Switch from styhead to walnascar (aka walna).

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

index 763ea011d4ab54dab33a91bb532fdbf36eddbadf..c2767eb60507b7525ac4faf2ec0ded3057f27beb 100644 (file)
@@ -11,4 +11,4 @@ BBFILE_PRIORITY_selftest = "5"
 
 addpylib ${LAYERDIR}/lib oeqa
 
-LAYERSERIES_COMPAT_selftest = "styhead"
+LAYERSERIES_COMPAT_selftest = "walnascar"
index 963d2d5ce900813bb7085d8fb47ee5ad49cd5c49..ad62721e41d66f544d89855fadca85067252c2aa 100644 (file)
@@ -14,4 +14,4 @@ LAYERVERSION_skeleton = "1"
 
 LAYERDEPENDS_skeleton = "core"
 
-LAYERSERIES_COMPAT_skeleton = "styhead"
+LAYERSERIES_COMPAT_skeleton = "walnascar"
index 0e54ad7eccd6d88b565aa0bcc9258cbdc4ae6f91..f475de386cb927a83c2aa70e2944043243322b4f 100644 (file)
@@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core"
 BBFILE_PATTERN_core = "^${LAYERDIR}/"
 BBFILE_PRIORITY_core = "5"
 
-LAYERSERIES_CORENAMES = "styhead"
+LAYERSERIES_CORENAMES = "styhead walnascar"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_core = "15"
-LAYERSERIES_COMPAT_core = "styhead"
+LAYERSERIES_COMPAT_core = "walnascar"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"