]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
layer.conf: Update for the scarthgap release series
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Feb 2024 13:57:20 +0000 (13:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Feb 2024 13:58:00 +0000 (13:58 +0000)
Prepare for the scarthgap release.

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

index cc65b461ba74b34b602aa46cf765ab725cb926e4..48ca8464f9cd69a736e6895fc378b81a7a379eda 100644 (file)
@@ -11,4 +11,4 @@ BBFILE_PRIORITY_selftest = "5"
 
 addpylib ${LAYERDIR}/lib oeqa
 
-LAYERSERIES_COMPAT_selftest = "nanbield"
+LAYERSERIES_COMPAT_selftest = "scarthgap"
index b180e61d03b3f9bca646d2ad869d370122f049f5..0414fb51b60d618cb90521079cfc31951cd6930e 100644 (file)
@@ -14,4 +14,4 @@ LAYERVERSION_skeleton = "1"
 
 LAYERDEPENDS_skeleton = "core"
 
-LAYERSERIES_COMPAT_skeleton = "nanbield"
+LAYERSERIES_COMPAT_skeleton = "scarthgap"
index bb8b1c81b12b010a90a334eb34874717d8ddf773..2418ee7d53b58a9ee6042848840475b6b856437b 100644 (file)
@@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core"
 BBFILE_PATTERN_core = "^${LAYERDIR}/"
 BBFILE_PRIORITY_core = "5"
 
-LAYERSERIES_CORENAMES = "nanbield"
+LAYERSERIES_CORENAMES = "nanbield scarthgap"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_core = "15"
-LAYERSERIES_COMPAT_core = "nanbield"
+LAYERSERIES_COMPAT_core = "scarthgap"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"