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.

(From meta-inspur rev: ba5f0c7441a2ad1dd87fb1a3c37ae7ca6e66df34)

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I99469a26e5cab061b07485a870692bfde220a0b1
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-inspur/conf/layer.conf b/meta-inspur/conf/layer.conf
index bda219f..16f6f2a 100644
--- a/meta-inspur/conf/layer.conf
+++ b/meta-inspur/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}/")}'