meta-ingrasys: layer.conf: add zeus compatibility

OE-core master will be dropping warrior soon; zeus is the next release.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ie5f159adad44848c4664b210e01360647fc64151
diff --git a/conf/layer.conf b/conf/layer.conf
index 0648750..2686d40 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -3,4 +3,4 @@
 
 BBFILE_COLLECTIONS += "ingrasys"
 BBFILE_PATTERN_ingrasys := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_ingrasys = "thud warrior"
+LAYERSERIES_COMPAT_ingrasys = "warrior zeus"
diff --git a/meta-zaius/conf/layer.conf b/meta-zaius/conf/layer.conf
index 5131c34..d78ede1 100644
--- a/meta-zaius/conf/layer.conf
+++ b/meta-zaius/conf/layer.conf
@@ -7,4 +7,4 @@
 
 BBFILE_COLLECTIONS += "zaius"
 BBFILE_PATTERN_zaius := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_zaius = "thud warrior"
+LAYERSERIES_COMPAT_zaius = "warrior zeus"