diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-21 21:31:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-27 11:21:04 +0100 |
commit | 0436965a402c5560b32257b7258fb9491c30035b (patch) | |
tree | 829c1e8b9cd46739e89fecd97438cf4788cf25d5 | |
parent | c2f2e2e633c5f62f84f87cdb7701c200a21ad342 (diff) | |
download | poky-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>
-rw-r--r-- | meta-selftest/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-skeleton/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta/conf/layer.conf | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-selftest/conf/layer.conf b/meta-selftest/conf/layer.conf index 47b917f348..0899806029 100644 --- a/meta-selftest/conf/layer.conf +++ b/meta-selftest/conf/layer.conf | |||
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "selftest" | |||
9 | BBFILE_PATTERN_selftest = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_selftest = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_selftest = "5" | 10 | BBFILE_PRIORITY_selftest = "5" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_selftest = "kirkstone" | 12 | LAYERSERIES_COMPAT_selftest = "kirkstone langdale" |
diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf index 423a77cbfb..1704a753a0 100644 --- a/meta-skeleton/conf/layer.conf +++ b/meta-skeleton/conf/layer.conf | |||
@@ -14,4 +14,4 @@ LAYERVERSION_skeleton = "1" | |||
14 | 14 | ||
15 | LAYERDEPENDS_skeleton = "core" | 15 | LAYERDEPENDS_skeleton = "core" |
16 | 16 | ||
17 | LAYERSERIES_COMPAT_skeleton = "kirkstone" | 17 | LAYERSERIES_COMPAT_skeleton = "kirkstone langdale" |
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" | |||
7 | BBFILE_PATTERN_core = "^${LAYERDIR}/" | 7 | BBFILE_PATTERN_core = "^${LAYERDIR}/" |
8 | BBFILE_PRIORITY_core = "5" | 8 | BBFILE_PRIORITY_core = "5" |
9 | 9 | ||
10 | LAYERSERIES_CORENAMES = "kirkstone" | 10 | LAYERSERIES_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 |
14 | LAYERVERSION_core = "14" | 14 | LAYERVERSION_core = "14" |
15 | LAYERSERIES_COMPAT_core = "kirkstone" | 15 | LAYERSERIES_COMPAT_core = "kirkstone langdale" |
16 | 16 | ||
17 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" | 17 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" |
18 | 18 | ||