]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Update to LAYERSERIES_CORENAME to dunfell
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Mar 2020 22:21:55 +0000 (22:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Mar 2020 22:22:16 +0000 (22:22 +0000)
Update the layer core name to the new release name.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/conf/layer.conf
meta-skeleton/conf/layer.conf
meta/conf/layer.conf

index 08181a88cc24a9ea61ce91b79827e71fcbd4506c..a4bd461c3e41f72043c748527c2adf464434df14 100644 (file)
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "selftest"
 BBFILE_PATTERN_selftest = "^${LAYERDIR}/"
 BBFILE_PRIORITY_selftest = "5"
 
-LAYERSERIES_COMPAT_selftest = "zeus"
+LAYERSERIES_COMPAT_selftest = "dunfell"
index 7d7381a70095cfc45dc5badf3e5fe193a835fbd6..5e449a4e4af5af866563f404d88fb11f126da4cf 100644 (file)
@@ -14,4 +14,4 @@ LAYERVERSION_skeleton = "1"
 
 LAYERDEPENDS_skeleton = "core"
 
-LAYERSERIES_COMPAT_skeleton = "zeus"
+LAYERSERIES_COMPAT_skeleton = "dunfell"
index 60f8e26223c9f399fdc51a1c59b05b3f0dcd0a25..29ddb298658f820af13fb994e5a179fdbed3c719 100644 (file)
@@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core"
 BBFILE_PATTERN_core = "^${LAYERDIR}/"
 BBFILE_PRIORITY_core = "5"
 
-LAYERSERIES_CORENAMES = "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 = "warrior zeus"
+LAYERSERIES_COMPAT_core = "zeus dunfell"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"