[oe-commits] [openembedded-core] 01/02: layer.conf: Add thud to LAYERSERIES_CORENAMES

git at git.openembedded.org git at git.openembedded.org
Mon Sep 24 11:32:11 UTC 2018


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

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

commit 986792481fa005fe136fd4b4e388042492b1ad8a
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Sep 24 12:28:44 2018 +0100

    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.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/layer.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 2cbe952..0728c51 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -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"
 

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


More information about the Openembedded-commits mailing list