]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Update for hardknott release series
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Mar 2021 14:54:09 +0000 (14:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Mar 2021 14:55:44 +0000 (14:55 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/conf/layer.conf
meta-skeleton/conf/layer.conf
meta/conf/layer.conf

index 37570aa833e5253afecafb8048180272f1a6c1b9..5604f826933da016f44b593933cca940f8fdb595 100644 (file)
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "selftest"
 BBFILE_PATTERN_selftest = "^${LAYERDIR}/"
 BBFILE_PRIORITY_selftest = "5"
 
-LAYERSERIES_COMPAT_selftest = "gatesgarth"
+LAYERSERIES_COMPAT_selftest = "hardknott"
index cea5c74f8b6fda0d23d56e502382ad2cc4f0da31..ba301742ecdbf32a4c02e332f296a7461859705f 100644 (file)
@@ -14,4 +14,4 @@ LAYERVERSION_skeleton = "1"
 
 LAYERDEPENDS_skeleton = "core"
 
-LAYERSERIES_COMPAT_skeleton = "gatesgarth"
+LAYERSERIES_COMPAT_skeleton = "hardknott"
index cda37c33b4b1c80f3e7bf7228664d9d3336da29d..5210fd4612616a156e2bd84b603ae8c9ebf7139c 100644 (file)
@@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core"
 BBFILE_PATTERN_core = "^${LAYERDIR}/"
 BBFILE_PRIORITY_core = "5"
 
-LAYERSERIES_CORENAMES = "gatesgarth"
+LAYERSERIES_CORENAMES = "hardknott"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_core = "12"
-LAYERSERIES_COMPAT_core = "gatesgarth"
+LAYERSERIES_COMPAT_core = "hardknott"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"