summaryrefslogtreecommitdiff
path: root/meta-hpe
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-11-04 01:15:19 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-11-30 17:36:58 +0300
commit703a53a42f11e0864dc5be581eaa0b3dc184abeb (patch)
treebc5d1f9c98ce22ff7354da637adc66121b40cd5b /meta-hpe
parentd4f0b55652a42eec1d2c0360bef0592e2403a42b (diff)
downloadopenbmc-703a53a42f11e0864dc5be581eaa0b3dc184abeb.tar.xz
meta-hpe: update Yocto compat for gatesgarth
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunfell (previous). (From meta-hpe rev: 8a63411fb4d67d675f4ad3790ecbb1d2ec078bea) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I730e1762c251a9977814b2593850f32cc09b3377 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-hpe')
-rw-r--r--meta-hpe/meta-dl360poc/conf/layer.conf2
-rw-r--r--meta-hpe/meta-gxp/conf/layer.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-hpe/meta-dl360poc/conf/layer.conf b/meta-hpe/meta-dl360poc/conf/layer.conf
index 462756444..ef937d3b9 100644
--- a/meta-hpe/meta-dl360poc/conf/layer.conf
+++ b/meta-hpe/meta-dl360poc/conf/layer.conf
@@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "dl360poc-layer"
BBFILE_PATTERN_dl360poc-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_dl360poc-layer = "zeus warrior dunfell"
+LAYERSERIES_COMPAT_dl360poc-layer = "dunfell gatesgarth"
diff --git a/meta-hpe/meta-gxp/conf/layer.conf b/meta-hpe/meta-gxp/conf/layer.conf
index eafb7badb..af9f8af30 100644
--- a/meta-hpe/meta-gxp/conf/layer.conf
+++ b/meta-hpe/meta-gxp/conf/layer.conf
@@ -7,6 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "gxp-layer"
BBFILE_PATTERN_gxp-layer = "^${LAYERDIR}/"
LAYERVERSION_gxp-layer = "1"
-LAYERSERIES_COMPAT_gxp-layer = "zeus warrior dunfell"
+LAYERSERIES_COMPAT_gxp-layer = "dunfell gatesgarth"
GXPBASE = '${@os.path.normpath("${LAYERDIR}/")}'