summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-09 16:25:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-09 17:09:49 +0000
commit2e9c2a2381105f1306bcbcb54816cbc5d8110eff (patch)
treebd827ddf55970d6a64c1c9db9b9114d74e264279 /meta
parent90e004cfe255699597749f6accecdbd44061f696 (diff)
downloadpoky-2e9c2a2381105f1306bcbcb54816cbc5d8110eff.tar.gz
layer.conf: Switch layer to nanbield series only
(From OE-Core rev: 28e6fde4627ffd053dde8a8d44441a40dafd545c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 9b94bbd8b3..bb8b1c81b1 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 = "nanbield mickledore" 10LAYERSERIES_CORENAMES = "nanbield"
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