summaryrefslogtreecommitdiff
path: root/meta-inventec
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-inventec
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-inventec')
-rw-r--r--meta-inventec/conf/layer.conf2
-rw-r--r--meta-inventec/meta-common/conf/layer.conf2
-rwxr-xr-xmeta-inventec/meta-transformers/conf/layer.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-inventec/conf/layer.conf b/meta-inventec/conf/layer.conf
index ff581a440b..16a56c1dc9 100644
--- a/meta-inventec/conf/layer.conf
+++ b/meta-inventec/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "inventec"
BBFILE_PATTERN_inventec := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_inventec = "honister kirkstone"
+LAYERSERIES_COMPAT_inventec = "kirkstone langdale"
BBFILE_PRIORITY_inventec = "6"
# Provide a variable that points the base of the hpe layer.
diff --git a/meta-inventec/meta-common/conf/layer.conf b/meta-inventec/meta-common/conf/layer.conf
index 6511a3eeed..acd0b17b64 100644
--- a/meta-inventec/meta-common/conf/layer.conf
+++ b/meta-inventec/meta-common/conf/layer.conf
@@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "common"
BBFILE_PATTERN_common = "^${LAYERDIR}/"
BBFILE_PRIORITY_common = "10"
-LAYERSERIES_COMPAT_common = "honister kirkstone"
+LAYERSERIES_COMPAT_common = "kirkstone langdale"
diff --git a/meta-inventec/meta-transformers/conf/layer.conf b/meta-inventec/meta-transformers/conf/layer.conf
index 93d7000c99..6fd96b234e 100755
--- a/meta-inventec/meta-transformers/conf/layer.conf
+++ b/meta-inventec/meta-transformers/conf/layer.conf
@@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "transformers"
BBFILE_PATTERN_transformers = "^${LAYERDIR}/"
BBFILE_PRIORITY_transformers = "7"
-LAYERSERIES_COMPAT_transformers = "honister kirkstone"
+LAYERSERIES_COMPAT_transformers = "kirkstone langdale"