From 7547087f60119a1cfcc8b9fbb93d2633e21aef2d Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 23 Mar 2018 15:08:49 -0400 Subject: fsp2: Append -layer to bb file collection name This seems to be the upstream convention. Update to match. Change-Id: Ie56cfd4cce1d1d49a3edeaf734fcfbbc665a55c8 Signed-off-by: Brad Bishop --- meta-openbmc-bsp/meta-ibm/meta-fsp2/conf/layer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openbmc-bsp/meta-ibm/meta-fsp2/conf') diff --git a/meta-openbmc-bsp/meta-ibm/meta-fsp2/conf/layer.conf b/meta-openbmc-bsp/meta-ibm/meta-fsp2/conf/layer.conf index 062415b36..11d9b6eee 100644 --- a/meta-openbmc-bsp/meta-ibm/meta-fsp2/conf/layer.conf +++ b/meta-openbmc-bsp/meta-ibm/meta-fsp2/conf/layer.conf @@ -4,6 +4,6 @@ BBPATH .= ":${LAYERDIR}" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_PATTERN_fsp2 = "^${LAYERDIR}" -BBFILE_COLLECTIONS += "fsp2" +BBFILE_PATTERN_fsp2-layer = "^${LAYERDIR}" +BBFILE_COLLECTIONS += "fsp2-layer" LAYERVERSION_fsp2 = "1" -- cgit v1.2.1