summaryrefslogtreecommitdiff
path: root/meta-ampere/conf
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2021-08-12 13:21:36 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2021-08-13 11:00:42 +0300
commitca3e1d9f86212282ca59f384055497eb0d156d49 (patch)
tree83e2db0f50a87dfab90432a5c02e11d91ce2f6f3 /meta-ampere/conf
parent5037330368f3e01c45dc0e42b39246afa2c6c44a (diff)
downloadopenbmc-ca3e1d9f86212282ca59f384055497eb0d156d49.tar.xz
meta-ampere: fix compilation error with latest Yocto
Make the following changes to fix compilation errors: 1. Add honister to LAYERSERIES_COMPAT 2. Increase CONF_VERSION to 2. 3. Fix mistake on previous change on Yocto syntax update. Tested: 1. Compile OpenBMC for Mt.Jade without error. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I5ac3f568d776109955759fab78844b1d38a51af1
Diffstat (limited to 'meta-ampere/conf')
-rw-r--r--meta-ampere/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ampere/conf/layer.conf b/meta-ampere/conf/layer.conf
index 800936b1b..e1d7fe118 100644
--- a/meta-ampere/conf/layer.conf
+++ b/meta-ampere/conf/layer.conf
@@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "ampere-layer"
BBFILE_PATTERN_ampere-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_ampere-layer = "gatesgarth hardknott"
+LAYERSERIES_COMPAT_ampere-layer = "gatesgarth hardknott honister"