]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Update to warrior release name series
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Apr 2019 14:52:34 +0000 (15:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Apr 2019 23:04:16 +0000 (00:04 +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 0626b2a3ea46eb02f0181d27fe376f92a6f91cf4..080350a56dc25602cdc166b67f80d096d738e496 100644 (file)
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "selftest"
 BBFILE_PATTERN_selftest = "^${LAYERDIR}/"
 BBFILE_PRIORITY_selftest = "5"
 
-LAYERSERIES_COMPAT_selftest = "thud"
+LAYERSERIES_COMPAT_selftest = "warrior"
index 13bda7b5706526f8873f14227a178c36402ddd91..7d4ffb46ed51e3edeee9ad3e37ca310ff2a21c13 100644 (file)
@@ -14,4 +14,4 @@ LAYERVERSION_skeleton = "1"
 
 LAYERDEPENDS_skeleton = "core"
 
-LAYERSERIES_COMPAT_skeleton = "thud"
+LAYERSERIES_COMPAT_skeleton = "warrior"
index 12e39566517a6cea96344859cb146b2a8b3dbff0..9d63b5b24d0c30bfd10ed2ebee5b80696bfc768f 100644 (file)
@@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core"
 BBFILE_PATTERN_core = "^${LAYERDIR}/"
 BBFILE_PRIORITY_core = "5"
 
-LAYERSERIES_CORENAMES = "thud"
+LAYERSERIES_CORENAMES = "warrior"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_core = "11"
-LAYERSERIES_COMPAT_core = "thud"
+LAYERSERIES_COMPAT_core = "warrior"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"