summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-25 15:17:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-27 23:39:46 +0100
commit9ec5a8a0f86510f7aae572dfb79e8bda73d4e0fc (patch)
tree9d29c6ce1bf3e44b2647f44f051e28b0acbc8742 /meta/conf
parent4dad1568f8f84ec9de4bf7235822f77a8ee6a413 (diff)
downloadopenembedded-core-contrib-9ec5a8a0f86510f7aae572dfb79e8bda73d4e0fc.tar.gz
layer.conf: Drop sumo from LAYERSERIES_CORENAMES
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>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 0728c51e5f..6221a057ce 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -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