From ca3e1d9f86212282ca59f384055497eb0d156d49 Mon Sep 17 00:00:00 2001 From: "Thang Q. Nguyen" Date: Thu, 12 Aug 2021 10:21:36 +0000 Subject: 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 Change-Id: I5ac3f568d776109955759fab78844b1d38a51af1 --- meta-ampere/meta-jade/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ampere/meta-jade/conf/layer.conf') diff --git a/meta-ampere/meta-jade/conf/layer.conf b/meta-ampere/meta-jade/conf/layer.conf index e8abd6921..7b5a07f3d 100644 --- a/meta-ampere/meta-jade/conf/layer.conf +++ b/meta-ampere/meta-jade/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "jade-layer" BBFILE_PATTERN_jade-layer := "^${LAYERDIR}/" -LAYERSERIES_COMPAT_jade-layer = "gatesgarth hardknott" +LAYERSERIES_COMPAT_jade-layer = "gatesgarth hardknott honister" -- cgit v1.2.3