summaryrefslogtreecommitdiff
path: root/meta-amd/conf
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-09-01 11:34:44 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-09-10 16:22:18 +0300
commit2de8c6037ff56bf950c6af048fccc9d07f952387 (patch)
treeb53ae09cfbe48ea3979fe9503029037636c58fad /meta-amd/conf
parentac568e75cc8e194f52a7d7ed2e596f3b9d7e7418 (diff)
downloadopenbmc-2de8c6037ff56bf950c6af048fccc9d07f952387.tar.xz
meta-amd: fix compilation errors with latest Yocto
Make the following changes to fix compilation errors: - add honister to the LAYERSERIES_COMPAT variable, - increase CONF_VERSION to 2, - use new bitbake override syntax Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I971f0f0f7110e0350994ced151ca429444885056
Diffstat (limited to 'meta-amd/conf')
-rw-r--r--meta-amd/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-amd/conf/layer.conf b/meta-amd/conf/layer.conf
index 7fc59b9ac..db636c17a 100644
--- a/meta-amd/conf/layer.conf
+++ b/meta-amd/conf/layer.conf
@@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "amd-layer"
BBFILE_PATTERN_amd-layer = "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_amd-layer = "hardknott"
+LAYERSERIES_COMPAT_amd-layer = "hardknott honister"