summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-18 23:09:13 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-25 11:40:53 +0000
commitfb40bef5be6728d5a6f05c1ce6838ecec79b45f1 (patch)
tree0516c4f17cfb1f8fa4e9048cf431688909ed3057 /meta-phosphor
parent52ce69efde0a603a64cf22404c40395084d8fa77 (diff)
downloadtalos-openbmc-fb40bef5be6728d5a6f05c1ce6838ecec79b45f1.tar.gz
talos-openbmc-fb40bef5be6728d5a6f05c1ce6838ecec79b45f1.zip
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 <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/conf/layer.conf8
1 files changed, 4 insertions, 4 deletions
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}/")}'
OpenPOWER on IntegriCloud