]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Override changes mean we're only compatible with honister
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Jul 2021 21:44:34 +0000 (22:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Jul 2021 10:31:11 +0000 (11:31 +0100)
Due to the override changes, we only allow compatibility with honister and
not hardknott.

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

index 5892c80ae4d93130341059bbb8cf2feb83ff7a24..307ad7e22378edbc323e38f55fac23de744d9cc2 100644 (file)
@@ -7,7 +7,7 @@ BBFILE_COLLECTIONS += "core"
 BBFILE_PATTERN_core = "^${LAYERDIR}/"
 BBFILE_PRIORITY_core = "5"
 
-LAYERSERIES_CORENAMES = "hardknott honister"
+LAYERSERIES_CORENAMES = "honister"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers