summaryrefslogtreecommitdiff
path: root/meta-lenovo
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-11-04 01:15:19 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-11-12 00:39:38 +0300
commit57cf69bde500187b5161809e26bc728dd790d486 (patch)
tree8a608c4b19d9abc6280cb6ba7738ab8f024b9e70 /meta-lenovo
parent8c6ff0fdba3369bef8627dfc0a6d446d72171123 (diff)
downloadopenbmc-57cf69bde500187b5161809e26bc728dd790d486.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 dunsfell (previous). (From meta-lenovo rev: 71e316c8833bd6cdb691b6b36ed581dc14b0b237) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0277bc74158d4f4fcf9a9c9c9368b435c8494de6 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-lenovo')
-rw-r--r--meta-lenovo/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-lenovo/conf/layer.conf b/meta-lenovo/conf/layer.conf
index 30d2bbc8e..b18d1ea9b 100644
--- a/meta-lenovo/conf/layer.conf
+++ b/meta-lenovo/conf/layer.conf
@@ -12,7 +12,7 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "lenovo-layer"
BBFILE_PATTERN_lenovo-layer = ""
LAYERVERSION_lenovo-layer = "1"
-LAYERSERIES_COMPAT_lenovo-layer = "thud warrior"
+LAYERSERIES_COMPAT_lenovo-layer = "dunfell gatesgarth"
# Provide a variable that points the base of the lenovo layer.
LENOVOBASE = '${@os.path.normpath("${LAYERDIR}/")}'