summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/conf/layer.conf
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2015-09-15 14:42:19 -0500
committerPatrick Williams <patrick@stwcx.xyz>2015-09-15 14:42:19 -0500
commit885cdf3f44f8a7a4f1972cb3adc18b1e80d606ce (patch)
tree42739d34a6a62ba6d15bb48c9f384b55ac35b18a /meta-phosphor/conf/layer.conf
parent21f9b84b4b729fbd7acbd465e7a3f726e4d20f91 (diff)
parent93fb535853a24d4c3c42ec425ac92c9d3de13294 (diff)
downloadtalos-openbmc-885cdf3f44f8a7a4f1972cb3adc18b1e80d606ce.tar.gz
talos-openbmc-885cdf3f44f8a7a4f1972cb3adc18b1e80d606ce.zip
Add 'meta-phosphor/' from commit '93fb535853a24d4c3c42ec425ac92c9d3de13294'
git-subtree-dir: meta-phosphor git-subtree-mainline: 21f9b84b4b729fbd7acbd465e7a3f726e4d20f91 git-subtree-split: 93fb535853a24d4c3c42ec425ac92c9d3de13294
Diffstat (limited to 'meta-phosphor/conf/layer.conf')
-rw-r--r--meta-phosphor/conf/layer.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-phosphor/conf/layer.conf b/meta-phosphor/conf/layer.conf
new file mode 100644
index 000000000..ffccec013
--- /dev/null
+++ b/meta-phosphor/conf/layer.conf
@@ -0,0 +1,13 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
+ ${LAYERDIR}/common/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "obmc-phosphor"
+BBFILE_PATTERN_obmc-phosphor = "^${LAYERDIR}/"
+LAYERVERSION_obmc-phosphor = "1"
+
+# Provide a variable that points the base of the phosphor layer.
+PHOSPHORBASE = '${@os.path.normpath("${LAYERDIR}/")}'
OpenPOWER on IntegriCloud