]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Drop sumo from LAYERSERIES_CORENAMES
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Sep 2018 14:17:17 +0000 (15:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Sep 2018 22:39:46 +0000 (23:39 +0100)
Prepare for release and drop sumo for the compatible list of layer names.
This will mean other layers need updating to continue to indicate compatibility
with master but that is intentional at this part of the release cycle, we want
layers to indicate compatibility and show they're up to date.

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

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