summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-08-26 00:38:40 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:31 -0400
commitd1c4fcf951682d21a9e642038d7c5552b191f77e (patch)
treee8b69059daddc3d5704a2a7c8bc0fee41dd6d6e3 /meta-openstack/conf
downloadmeta-cloud-services-d1c4fcf951682d21a9e642038d7c5552b191f77e.tar.gz
openstack: layer infrastructure
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/conf')
-rw-r--r--meta-openstack/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
new file mode 100644
index 0000000..ff14b1e
--- /dev/null
+++ b/meta-openstack/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 += "openstack-layer"
8BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_virtualization-layer = "7"