summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-06 16:06:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-06 16:20:57 +0100
commitfa3cfb3a6b979f26ba2b9ecaaab9f16ec35c4555 (patch)
tree10b927761294b61f1bde90358a23c6d0a10c6b37 /meta/conf
parent17ec4431c315fed99fa0a87e588cc14f61a11697 (diff)
downloadpoky-fa3cfb3a6b979f26ba2b9ecaaab9f16ec35c4555.tar.gz
layer.conf: Drop scarthgap namespace from LAYERSERIES
As we move to release, drop the scarthgap namespace and prepare for styhead. (From OE-Core rev: b4cf6d5236a3eacaf56ca2f805b006efac65b26c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/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 65eb657fd9..0e54ad7ecc 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 = "scarthgap styhead" 10LAYERSERIES_CORENAMES = "styhead"
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