From 2de8c6037ff56bf950c6af048fccc9d07f952387 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Wed, 1 Sep 2021 11:34:44 +0300 Subject: 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 Change-Id: I971f0f0f7110e0350994ced151ca429444885056 --- meta-amd/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-amd/conf/layer.conf') 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" -- cgit v1.2.3