summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 22:44:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 11:31:11 +0100
commit72c04cb3ca78208a135275d6dd43ad500b663cb5 (patch)
treecafd719f5ec6ab9a6c6fe1be6f415467c6a91165
parente6aa4b1f6f4f174cba027ee096db174541815ff0 (diff)
downloadopenembedded-core-contrib-72c04cb3ca78208a135275d6dd43ad500b663cb5.tar.gz
layer.conf: Override changes mean we're only compatible with honister
Due to the override changes, we only allow compatibility with honister and not hardknott. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 5892c80ae4..307ad7e223 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -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