summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-24 12:28:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-24 12:30:16 +0100
commit9925dc55decbb0e7beab8213d33c92d41c0b9e1c (patch)
tree4063a61debf248d7b0421bea2321a516c78071a3 /meta/conf/layer.conf
parent88ef638f86aeeecea597c4921918121a8c7b129f (diff)
downloadpoky-9925dc55decbb0e7beab8213d33c92d41c0b9e1c.tar.gz
layer.conf: Add thud to LAYERSERIES_CORENAMES
With the release approaching, add thud to LAYERSERIES_CORENAMES and update oe-core to use this release series. "sumo" will be removed during M4 in the next couple of weeks so people need to start updating their master layers in preperation for release. (From OE-Core rev: 986792481fa005fe136fd4b4e388042492b1ad8a) 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 2cbe952801..0728c51e5f 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 = "sumo" 10LAYERSERIES_CORENAMES = "sumo thud"
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 = "sumo" 15LAYERSERIES_COMPAT_core = "thud"
16 16
17BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" 17BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"
18 18