summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-08-24 00:26:20 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-08-24 14:39:30 +0300
commitce1426257525128c9c8f17e91afc6a60d1cb6244 (patch)
tree874d6fe1cf4e0dc25d036eb73e2982923a4fd3e4 /meta-ibm
parent33454ff7bc6063901c9d6bf9297e33b19e8037b9 (diff)
downloadopenbmc-ce1426257525128c9c8f17e91afc6a60d1cb6244.tar.xz
treewide: remove gategarth from layer-support
We've typically kept these LAYERSERIES_COMPAT to 2 releases: the current and the upcoming. Remove 'gatesgarth' is it is now 2 releases back. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5e812a94fed1738898af75c0fdee81996a5bbf20
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/conf/layer.conf2
-rw-r--r--meta-ibm/meta-palmetto/conf/layer.conf2
-rw-r--r--meta-ibm/meta-romulus/conf/layer.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-ibm/conf/layer.conf b/meta-ibm/conf/layer.conf
index 95c571be6..5d49c2d27 100644
--- a/meta-ibm/conf/layer.conf
+++ b/meta-ibm/conf/layer.conf
@@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "ibm-layer"
BBFILE_PATTERN_ibm-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_ibm-layer = "gatesgarth hardknott honister"
+LAYERSERIES_COMPAT_ibm-layer = "hardknott honister"
diff --git a/meta-ibm/meta-palmetto/conf/layer.conf b/meta-ibm/meta-palmetto/conf/layer.conf
index f40a9511d..e57b1d5ed 100644
--- a/meta-ibm/meta-palmetto/conf/layer.conf
+++ b/meta-ibm/meta-palmetto/conf/layer.conf
@@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "palmetto-layer"
BBFILE_PATTERN_palmetto-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_palmetto-layer = "gatesgarth hardknott honister"
+LAYERSERIES_COMPAT_palmetto-layer = "hardknott honister"
diff --git a/meta-ibm/meta-romulus/conf/layer.conf b/meta-ibm/meta-romulus/conf/layer.conf
index efeb24a95..3651ada69 100644
--- a/meta-ibm/meta-romulus/conf/layer.conf
+++ b/meta-ibm/meta-romulus/conf/layer.conf
@@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "romulus-layer"
BBFILE_PATTERN_romulus-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_romulus-layer = "gatesgarth hardknott honister"
+LAYERSERIES_COMPAT_romulus-layer = "hardknott honister"