summaryrefslogtreecommitdiff
path: root/meta-arm
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:17 +0300
commitaaf307d1336187721f935748814a20436b47ba52 (patch)
tree4256c8dbdd05ee500827b2c924c75d606667b391 /meta-arm
parentd60c54c6a788b00e9be2ae9d17b2795e3ba5bfc3 (diff)
downloadopenbmc-aaf307d1336187721f935748814a20436b47ba52.tar.xz
meta-arm: 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-arm rev: e412371fb34b85c28eddc829359da422eae3489f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ieb12f2b8b48c047a6409b317a876e0b326c14f2e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-arm')
-rw-r--r--meta-arm/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
index 42b1b8524f..d0311258f5 100644
--- a/meta-arm/conf/layer.conf
+++ b/meta-arm/conf/layer.conf
@@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "arm"
BBFILE_PATTERN_arm = "^${LAYERDIR}/"
LAYERVERSION_arm = "1"
+
+LAYERSERIES_COMPAT_arm = "dunfell gatesgarth"