]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Drop zeus compatibility for dunfell release
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 Mar 2020 11:23:01 +0000 (12:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 Mar 2020 19:03:31 +0000 (20:03 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf

index b3cd100e788bf77f3376fd00e68dfb1ded35e1df..f03eb485a381131779afd139dff09f339f20cc6c 100644 (file)
@@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core"
 BBFILE_PATTERN_core = "^${LAYERDIR}/"
 BBFILE_PRIORITY_core = "5"
 
-LAYERSERIES_CORENAMES = "dunfell zeus"
+LAYERSERIES_CORENAMES = "dunfell"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_core = "11"
-LAYERSERIES_COMPAT_core = "zeus dunfell"
+LAYERSERIES_COMPAT_core = "dunfell"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"