summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-29 21:52:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-29 21:54:34 +0100
commitd094d3025f691376f7060a3cb0e49ca0be56c7c7 (patch)
tree1c72214ee0a4f1ddb93586e86d9bf9c8abb34f44 /meta/conf/layer.conf
parent74877d2dc267c958d02342d16cebeaeded23df8c (diff)
downloadpoky-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.conf2
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"
7BBFILE_PATTERN_core = "^${LAYERDIR}/" 7BBFILE_PATTERN_core = "^${LAYERDIR}/"
8BBFILE_PRIORITY_core = "5" 8BBFILE_PRIORITY_core = "5"
9 9
10LAYERSERIES_CORENAMES = "kirkstone langdale" 10LAYERSERIES_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