From fb40bef5be6728d5a6f05c1ce6838ecec79b45f1 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 18 Jun 2018 23:09:13 -0400 Subject: phosphor: Rename bb file collection Typical upstream layers have a -layer suffix. Rename from obmc-phosphor to phosphor-layer to match this de-facto standard. Some existing layers that use this convention include: openembedded-layer networking-layer perl-layer virtualization-layer Change-Id: I5df5273b7ef4a0d8742b74a9b1ecd680a8598b04 Tested: Built a palmetto image Signed-off-by: Brad Bishop --- meta-phosphor/conf/layer.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-phosphor/conf') diff --git a/meta-phosphor/conf/layer.conf b/meta-phosphor/conf/layer.conf index c90546673..a9d03faf7 100644 --- a/meta-phosphor/conf/layer.conf +++ b/meta-phosphor/conf/layer.conf @@ -5,10 +5,10 @@ BBPATH .= ":${LAYERDIR}" BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ ${LAYERDIR}/common/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "obmc-phosphor" -BBFILE_PATTERN_obmc-phosphor = "^${LAYERDIR}/" -LAYERVERSION_obmc-phosphor = "1" -LAYERSERIES_COMPAT_obmc-phosphor = "sumo" +BBFILE_COLLECTIONS += "phosphor-layer" +BBFILE_PATTERN_phosphor-layer = "^${LAYERDIR}/" +LAYERVERSION_phosphor-layer = "1" +LAYERSERIES_COMPAT_phosphor-layer = "sumo" # Provide a variable that points the base of the phosphor layer. PHOSPHORBASE = '${@os.path.normpath("${LAYERDIR}/")}' -- cgit v1.2.3