summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-15 15:17:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-15 15:17:34 +0000
commit44a74138b66dbe7a95be093065d1abdfec5caaef (patch)
tree08a9a53222827122075e6b73d8f2e05e255fde31 /meta/conf/layer.conf
parentbba241900ccb6976c48720799b50f6edaa1086a7 (diff)
downloadpoky-44a74138b66dbe7a95be093065d1abdfec5caaef.tar.gz
layer.conf: Add gatesgarth back for now to allow for transition
(From OE-Core rev: 60bb29725473497f57396ef32c6dc13b89b8a45d) 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 5210fd4612..b10b58ab32 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 = "hardknott" 10LAYERSERIES_CORENAMES = "gatesgarth hardknott"
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