From 24e16a2cb140a5ab7c27d9f16f50ca6ce9531b9b Mon Sep 17 00:00:00 2001 From: Jae Hyun Yoo Date: Fri, 6 Aug 2021 10:55:59 -0700 Subject: meta-intel-openbmc: prep for new override syntax Ran `scripts/contrib/convert-overrides.py` from upstream Yocto and fixed up a few by hand that were missed. Tested: Built s2600wf. Signed-off-by: Jae Hyun Yoo Change-Id: I983385c8cdd4e2727c5c1a3d56952d6ac7fd89cc --- meta-intel-openbmc/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-intel-openbmc/conf') diff --git a/meta-intel-openbmc/conf/layer.conf b/meta-intel-openbmc/conf/layer.conf index e2133be24..3b53a7f1c 100644 --- a/meta-intel-openbmc/conf/layer.conf +++ b/meta-intel-openbmc/conf/layer.conf @@ -8,5 +8,5 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "intel" BBFILE_PATTERN_intel = "^${LAYERDIR}/" LAYERVERSION_intel = "1" -LAYERSERIES_COMPAT_intel = "gatesgarth hardknott" +LAYERSERIES_COMPAT_intel = "gatesgarth hardknott honister" LAYERDEPENDS_intel = "phosphor-layer" -- cgit v1.2.3