summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-08-29 12:31:02 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-29 12:37:19 -0400
commit78cf2d64cf3f39904f9f9c62db2ad96e65dd0f79 (patch)
treed9cd442916b689948570fe298fd9272dfd546215 /conf
parentd3a49bd112b27eca93fd9178bf569c4dd688936f (diff)
downloadmeta-cloud-services-78cf2d64cf3f39904f9f9c62db2ad96e65dd0f79.tar.gz
meta-cloud-services: add common layer infrastructure
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..b30a99f
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,9 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "cloud-services-layer"
8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_cloud-services-layer = "5"