summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.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:04 +0100
commit0436965a402c5560b32257b7258fb9491c30035b (patch)
tree829c1e8b9cd46739e89fecd97438cf4788cf25d5 /meta/conf/layer.conf
parentc2f2e2e633c5f62f84f87cdb7701c200a21ad342 (diff)
downloadpoky-0436965a402c5560b32257b7258fb9491c30035b.tar.gz
layer.conf: Post release codename changes
Post release add langdale to the series names. (From OE-Core rev: dc3b319a5fc47372bc111da5bc26d7dda1b17598) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.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"
7BBFILE_PATTERN_core = "^${LAYERDIR}/" 7BBFILE_PATTERN_core = "^${LAYERDIR}/"
8BBFILE_PRIORITY_core = "5" 8BBFILE_PRIORITY_core = "5"
9 9
10LAYERSERIES_CORENAMES = "kirkstone" 10LAYERSERIES_CORENAMES = "kirkstone langdale"
11 11
12# This should only be incremented on significant changes that will 12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers 13# cause compatibility issues with other layers
14LAYERVERSION_core = "14" 14LAYERVERSION_core = "14"
15LAYERSERIES_COMPAT_core = "kirkstone" 15LAYERSERIES_COMPAT_core = "kirkstone langdale"
16 16
17BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" 17BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"
18 18