]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
layer.conf: Update to add post 3.3 release honister series
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Apr 2021 13:57:41 +0000 (14:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Apr 2021 10:28:20 +0000 (11:28 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/conf/layer.conf
meta-skeleton/conf/layer.conf
meta/conf/layer.conf

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