]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Add thud to LAYERSERIES_CORENAMES
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Sep 2018 11:28:44 +0000 (12:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Sep 2018 11:28:49 +0000 (12:28 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf

index 2cbe952801f0e9c8f53e00036affa0f5b3d681c5..0728c51e5fdb756b13b9ef927700d246823b9d2c 100644 (file)
@@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core"
 BBFILE_PATTERN_core = "^${LAYERDIR}/"
 BBFILE_PRIORITY_core = "5"
 
-LAYERSERIES_CORENAMES = "sumo"
+LAYERSERIES_CORENAMES = "sumo thud"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_core = "11"
-LAYERSERIES_COMPAT_core = "sumo"
+LAYERSERIES_COMPAT_core = "thud"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"