summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-21 21:31:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-27 11:21:00 +0100
commitdc3b319a5fc47372bc111da5bc26d7dda1b17598 (patch)
tree5f15c6db93a0848d11098e506635e1e67485b3bf /meta/conf
parent711b41744ab08ee62c71cdccca335a7828ec0ba1 (diff)
downloadopenembedded-core-dc3b319a5fc47372bc111da5bc26d7dda1b17598.tar.gz
layer.conf: Post release codename changes
Post release add langdale to the series names. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 ea57123601..a5d727ef5b 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 = "kirkstone"
+LAYERSERIES_CORENAMES = "kirkstone langdale"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_core = "14"
-LAYERSERIES_COMPAT_core = "kirkstone"
+LAYERSERIES_COMPAT_core = "kirkstone langdale"
BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"