]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Update for zeus series
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Oct 2019 19:39:07 +0000 (20:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Oct 2019 19:47:30 +0000 (20:47 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/conf/layer.conf
meta-skeleton/conf/layer.conf
meta/conf/layer.conf

index 080350a56dc25602cdc166b67f80d096d738e496..08181a88cc24a9ea61ce91b79827e71fcbd4506c 100644 (file)
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "selftest"
 BBFILE_PATTERN_selftest = "^${LAYERDIR}/"
 BBFILE_PRIORITY_selftest = "5"
 
-LAYERSERIES_COMPAT_selftest = "warrior"
+LAYERSERIES_COMPAT_selftest = "zeus"
index 7d4ffb46ed51e3edeee9ad3e37ca310ff2a21c13..7d7381a70095cfc45dc5badf3e5fe193a835fbd6 100644 (file)
@@ -14,4 +14,4 @@ LAYERVERSION_skeleton = "1"
 
 LAYERDEPENDS_skeleton = "core"
 
-LAYERSERIES_COMPAT_skeleton = "warrior"
+LAYERSERIES_COMPAT_skeleton = "zeus"
index 95b1128ab314be791851ee6e4053a2812dc672a2..fcdf9ae5a353305d66697b04b202076d96eea21d 100644 (file)
@@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core"
 BBFILE_PATTERN_core = "^${LAYERDIR}/"
 BBFILE_PRIORITY_core = "5"
 
-LAYERSERIES_CORENAMES = "warrior"
+LAYERSERIES_CORENAMES = "zeus"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_core = "11"
-LAYERSERIES_COMPAT_core = "warrior"
+LAYERSERIES_COMPAT_core = "warrior zeus"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"