meta-ingrasys: 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-ingrasys rev: bc513127f473da3cdadf59f4836043e8dbf2e3bf)

Change-Id: Ic35d93d2d24506a9a8f50bda9f5f76af0c97208b
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-ingrasys/conf/layer.conf b/meta-ingrasys/conf/layer.conf
index eaa0582..a0eebb7 100644
--- a/meta-ingrasys/conf/layer.conf
+++ b/meta-ingrasys/conf/layer.conf
@@ -3,7 +3,7 @@
 
 BBFILE_COLLECTIONS += "ingrasys"
 BBFILE_PATTERN_ingrasys = ""
-LAYERSERIES_COMPAT_ingrasys = "thud"
+LAYERSERIES_COMPAT_ingrasys = "thud warrior"
 
 # Provide a variable that points the base of the ingrasys layer.
 INGRASYSBASE = '${@os.path.normpath("${LAYERDIR}/")}'
diff --git a/meta-ingrasys/meta-zaius/conf/layer.conf b/meta-ingrasys/meta-zaius/conf/layer.conf
index d57aea0..174f7ef 100644
--- a/meta-ingrasys/meta-zaius/conf/layer.conf
+++ b/meta-ingrasys/meta-zaius/conf/layer.conf
@@ -7,4 +7,4 @@
 
 BBFILE_COLLECTIONS += "zaius"
 BBFILE_PATTERN_zaius = ""
-LAYERSERIES_COMPAT_zaius = "thud"
+LAYERSERIES_COMPAT_zaius = "thud warrior"