gatesgarth: add support for new series

As we add support for a new series, remove support for the oldest.
Little to no testing is done with older ones.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I24b73d4b3cbeceeb59493c367ef09d75f245b921
diff --git a/conf/layer.conf b/conf/layer.conf
index 482b56a..1796ae6 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,4 +7,4 @@
 
 BBFILE_COLLECTIONS += "ibm-layer"
 BBFILE_PATTERN_ibm-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_ibm-layer = "warrior zeus dunfell"
+LAYERSERIES_COMPAT_ibm-layer = "zeus dunfell gatesgarth"
diff --git a/meta-palmetto/conf/layer.conf b/meta-palmetto/conf/layer.conf
index 9dabd98..895e53b 100644
--- a/meta-palmetto/conf/layer.conf
+++ b/meta-palmetto/conf/layer.conf
@@ -7,4 +7,4 @@
 
 BBFILE_COLLECTIONS += "palmetto-layer"
 BBFILE_PATTERN_palmetto-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_palmetto-layer = "warrior zeus dunfell"
+LAYERSERIES_COMPAT_palmetto-layer = "zeus dunfell gatesgarth"
diff --git a/meta-romulus/conf/layer.conf b/meta-romulus/conf/layer.conf
index fa2e2af..4288845 100644
--- a/meta-romulus/conf/layer.conf
+++ b/meta-romulus/conf/layer.conf
@@ -7,4 +7,4 @@
 
 BBFILE_COLLECTIONS += "romulus-layer"
 BBFILE_PATTERN_romulus-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_romulus-layer = "warrior zeus dunfell"
+LAYERSERIES_COMPAT_romulus-layer = "zeus dunfell gatesgarth"