summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-15 14:57:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-18 11:28:20 +0100
commitc0f43f19fecfd16f973c2d2f8227106c46b451bb (patch)
tree014c67be63f5489089dd84c74142e158bccdb492 /meta
parente579dbd9a6b2472ca90f411c0b594da9e38c9aca (diff)
downloadopenembedded-core-c0f43f19fecfd16f973c2d2f8227106c46b451bb.tar.gz
layer.conf: Update to add post 3.3 release honister series
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 5210fd4612..5892c80ae4 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -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"