[oe-commits] [openembedded-core] 01/02: layer.conf: Allow compatibility with zeus for now

git at git.openembedded.org git at git.openembedded.org
Sun Mar 15 22:49:13 UTC 2020


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

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

commit 1970c5f7838ff10cd6243e1624553bdc46e89fad
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Mar 15 22:48:36 2020 +0000

    layer.conf: Allow compatibility with zeus for now
    
    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 29ddb29..b3cd100 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 = "dunfell"
+LAYERSERIES_CORENAMES = "dunfell zeus"
 
 # 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