diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-29 21:52:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-29 21:54:34 +0100 |
commit | d094d3025f691376f7060a3cb0e49ca0be56c7c7 (patch) | |
tree | 1c72214ee0a4f1ddb93586e86d9bf9c8abb34f44 /meta/conf/layer.conf | |
parent | 74877d2dc267c958d02342d16cebeaeded23df8c (diff) | |
download | poky-d094d3025f691376f7060a3cb0e49ca0be56c7c7.tar.gz |
layer.conf: Update to use langdale as the core layer name
(From OE-Core rev: f5516b5cdaece26e6873b3b1c9371f44bd1db5f1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 1387539734..0ce90355ba 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -7,7 +7,7 @@ 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 langdale" | 10 | LAYERSERIES_CORENAMES = "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 |