aboutsummaryrefslogtreecommitdiffstats
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 00000000..3f8a20b6
--- /dev/null
+++ b/meta-openstack-swift-deploy/conf/layer.conf
@@ -0,0 +1,9 @@
+# We have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a recipes directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass"
+
+BBFILE_COLLECTIONS += "openstack-swift-deploy-layer"
+BBFILE_PATTERN_openstack-swift-deploy-layer := "^${LAYERDIR}/"
+BBFILE_PRIORITY_openstack-swift-deploy-layer = "6"