[oe-commits] [openembedded-core] 01/02: layer.conf: Drop sumo from LAYERSERIES_CORENAMES

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 22:42:31 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 9ec5a8a0f86510f7aae572dfb79e8bda73d4e0fc
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Sep 25 15:17:17 2018 +0100

    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 at linuxfoundation.org>
---
 meta/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 0728c51..6221a05 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list