summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-15 15:31:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-18 06:33:36 +0100
commitf1fdd5812e345232f551a85a2dd28693e58e7351 (patch)
tree1c30096c8716137466b6efbe606833403f993c51 /meta/conf/layer.conf
parentb0db81f23805b061ef4c3ea2635cee061ef36f1d (diff)
downloadpoky-f1fdd5812e345232f551a85a2dd28693e58e7351.tar.gz
layer.conf: Move to gatesgarth naming
We're still compatible with dunfell from the core perspective so that is left for compatibility (probably for the next week or two). (From OE-Core rev: 1e79324f8290b820fee034b0d4a8c353027879da) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r--meta/conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index f03eb485a3..da93d64e0a 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core"
7BBFILE_PATTERN_core = "^${LAYERDIR}/" 7BBFILE_PATTERN_core = "^${LAYERDIR}/"
8BBFILE_PRIORITY_core = "5" 8BBFILE_PRIORITY_core = "5"
9 9
10LAYERSERIES_CORENAMES = "dunfell" 10LAYERSERIES_CORENAMES = "dunfell gatesgarth"
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
14LAYERVERSION_core = "11" 14LAYERVERSION_core = "11"
15LAYERSERIES_COMPAT_core = "dunfell" 15LAYERSERIES_COMPAT_core = "gatesgarth"
16 16
17BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" 17BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"
18 18