summaryrefslogtreecommitdiff
path: root/meta-ingrasys
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-09-19 22:37:44 +0300
committerBrad Bishop <radsquirrel@gmail.com>2019-09-20 16:11:05 +0300
commitacab9842588234b99d2db019a8e63eddda6901d1 (patch)
tree00ca1964e7c68b740b749ec6f11b09aa7a95824a /meta-ingrasys
parent48f8ce5a5dbfb4fd0743ed838dec7ce76da4c50a (diff)
downloadopenbmc-acab9842588234b99d2db019a8e63eddda6901d1.tar.xz
meta-ingrasys: layer.conf: add zeus compatibility
OE-core master will be dropping warrior soon; zeus is the next release. (From meta-ingrasys rev: 9e946a348a50d439bbacafaf4f27f9910983d23b) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I302038aaab5a120587e734bc1c8bbf30d93cbe20 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ingrasys')
-rw-r--r--meta-ingrasys/conf/layer.conf2
-rw-r--r--meta-ingrasys/meta-zaius/conf/layer.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ingrasys/conf/layer.conf b/meta-ingrasys/conf/layer.conf
index 064875063..2686d406b 100644
--- a/meta-ingrasys/conf/layer.conf
+++ b/meta-ingrasys/conf/layer.conf
@@ -3,4 +3,4 @@ BBPATH .= ":${LAYERDIR}"
BBFILE_COLLECTIONS += "ingrasys"
BBFILE_PATTERN_ingrasys := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_ingrasys = "thud warrior"
+LAYERSERIES_COMPAT_ingrasys = "warrior zeus"
diff --git a/meta-ingrasys/meta-zaius/conf/layer.conf b/meta-ingrasys/meta-zaius/conf/layer.conf
index 5131c3491..d78ede1a1 100644
--- a/meta-ingrasys/meta-zaius/conf/layer.conf
+++ b/meta-ingrasys/meta-zaius/conf/layer.conf
@@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "zaius"
BBFILE_PATTERN_zaius := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_zaius = "thud warrior"
+LAYERSERIES_COMPAT_zaius = "warrior zeus"