meta-inspur: layer.conf: Add warrior compatibility
oe-core branched in preparation for the upcoming 2.7 Yocto release and
as of 13e45ff requires core layer compatibility to "warrior" instead of
"thud". We'll retain compatibility for both until we do our own branch
or stop testing thud.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I02cd4995a8ed45683cf9c8f322d6326bf7c03492
diff --git a/conf/layer.conf b/conf/layer.conf
index bda219f..16f6f2a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,7 +8,7 @@
BBFILE_COLLECTIONS += "inspur-layer"
BBFILE_PATTERN_inspur-layer = ""
LAYERVERSION_inspur-layer = "1"
-LAYERSERIES_COMPAT_inspur-layer = "thud"
+LAYERSERIES_COMPAT_inspur-layer = "thud warrior"
INSPURBASE = '${@os.path.normpath("${LAYERDIR}/")}'