summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-11-04 01:15:19 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-12-03 02:05:32 +0300
commite80dec0524674bac34d22443a74d152293f1db7a (patch)
treec118fe5a0bb0ee33fb6996692851a9cb7ff056e4
parent7fbedf6ae805dfcf8b34acb55ece192f653b3714 (diff)
downloadopenbmc-e80dec0524674bac34d22443a74d152293f1db7a.tar.xz
meta-lenovo: 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-lenovo rev: 7cb057d597100ce7f6483f487a3b6c4ebe10b30f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iecf217b8ab2ba47e8f741f8792e6b32fdfa7332d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-lenovo/meta-hr630/conf/layer.conf2
-rw-r--r--meta-lenovo/meta-hr855xg2/conf/layer.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-lenovo/meta-hr630/conf/layer.conf b/meta-lenovo/meta-hr630/conf/layer.conf
index 2cec8b572..58bf5269c 100644
--- a/meta-lenovo/meta-hr630/conf/layer.conf
+++ b/meta-lenovo/meta-hr630/conf/layer.conf
@@ -11,4 +11,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "hr630-layer"
BBFILE_PATTERN_hr630-layer = ""
BBFILE_PRIORITY_hr630-layer = "5"
-LAYERSERIES_COMPAT_hr630-layer = "thud warrior"
+LAYERSERIES_COMPAT_hr630-layer = "dunfell gatesgarth"
diff --git a/meta-lenovo/meta-hr855xg2/conf/layer.conf b/meta-lenovo/meta-hr855xg2/conf/layer.conf
index 23d6c7a0f..8402ee9f0 100644
--- a/meta-lenovo/meta-hr855xg2/conf/layer.conf
+++ b/meta-lenovo/meta-hr855xg2/conf/layer.conf
@@ -11,4 +11,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "hr855xg2-layer"
BBFILE_PATTERN_hr855xg2-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_hr855xg2-layer = "5"
-LAYERSERIES_COMPAT_hr855xg2-layer = "thud warrior"
+LAYERSERIES_COMPAT_hr855xg2-layer = "dunfell gatesgarth"