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-05 04:21:04 +0300
commitf2b52913017c22321a47260096294010272c01e8 (patch)
treee9b749fc873ae347d6aabb6e4c693d390636b34b /meta-hpe
parentb7fbc155a5374de529383510aa7800f60daa5ff4 (diff)
downloadopenbmc-f2b52913017c22321a47260096294010272c01e8.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 dunsfell (previous). (From meta-hpe rev: bd9e1ac37e64df602226aa0d6c5e205d8d19d84c) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I03dbb43228ed250642b976f9aa55b6ab4d40d54f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-hpe')
-rw-r--r--meta-hpe/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-hpe/conf/layer.conf b/meta-hpe/conf/layer.conf
index 3d2fce1f3..977654c82 100644
--- a/meta-hpe/conf/layer.conf
+++ b/meta-hpe/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "hpe-layer"
BBFILE_PATTERN_hpe-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_hpe-layer = "zeus warrior dunfell"
+LAYERSERIES_COMPAT_hpe-layer = "dunfell gatesgarth"
# Provide a variable that points the base of the hpe layer.
HPEBASE = '${@os.path.normpath("${LAYERDIR}/")}'