diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-24 12:28:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-24 12:30:16 +0100 |
commit | 9925dc55decbb0e7beab8213d33c92d41c0b9e1c (patch) | |
tree | 4063a61debf248d7b0421bea2321a516c78071a3 /meta | |
parent | 88ef638f86aeeecea597c4921918121a8c7b129f (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/layer.conf | 4 |
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" | |||
7 | BBFILE_PATTERN_core = "^${LAYERDIR}/" | 7 | BBFILE_PATTERN_core = "^${LAYERDIR}/" |
8 | BBFILE_PRIORITY_core = "5" | 8 | BBFILE_PRIORITY_core = "5" |
9 | 9 | ||
10 | LAYERSERIES_CORENAMES = "sumo" | 10 | LAYERSERIES_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 |
14 | LAYERVERSION_core = "11" | 14 | LAYERVERSION_core = "11" |
15 | LAYERSERIES_COMPAT_core = "sumo" | 15 | LAYERSERIES_COMPAT_core = "thud" |
16 | 16 | ||
17 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" | 17 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" |
18 | 18 | ||