summaryrefslogtreecommitdiffstats
path: root/meta-openstack-swift-deploy/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack-swift-deploy/conf/layer.conf')
-rw-r--r--meta-openstack-swift-deploy/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack-swift-deploy/conf/layer.conf b/meta-openstack-swift-deploy/conf/layer.conf
new file mode 100644
index 0000000..3f8a20b
--- /dev/null
+++ b/meta-openstack-swift-deploy/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 ${LAYERDIR}/classes/*.bbclass"
6
7BBFILE_COLLECTIONS += "openstack-swift-deploy-layer"
8BBFILE_PATTERN_openstack-swift-deploy-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_openstack-swift-deploy-layer = "6"