summaryrefslogtreecommitdiff
path: root/meta-qualcomm
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2022-09-30 22:09:35 +0300
committerAndrew Geissler <geissonator@yahoo.com>2022-09-30 22:10:22 +0300
commitc0ef7ee078f7afc5f4d933a23e54e4a2c4d81508 (patch)
treeab9aea5fdbe3de08a36037662ecd0eacb37ff2e6 /meta-qualcomm
parentc86cd9f2bc986f0d1f0fa6585034add8aa7e0448 (diff)
downloadopenbmc-c0ef7ee078f7afc5f4d933a23e54e4a2c4d81508.tar.xz
add langdale to compatible layer
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I65febeeec11e6e5b40ee728f42cfbe77023dae1e
Diffstat (limited to 'meta-qualcomm')
-rw-r--r--meta-qualcomm/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-qualcomm/conf/layer.conf b/meta-qualcomm/conf/layer.conf
index 3dcb65cce9..7fddf4a76a 100644
--- a/meta-qualcomm/conf/layer.conf
+++ b/meta-qualcomm/conf/layer.conf
@@ -8,6 +8,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "qualcomm-layer"
BBFILE_PATTERN_qualcomm-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_qualcomm-layer = "honister kirkstone"
+LAYERSERIES_COMPAT_qualcomm-layer = "kirkstone langdale"
QCOMBASE = '${@os.path.normpath("${LAYERDIR}/")}'