aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack-aio-deploy/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack-aio-deploy/conf/layer.conf')
-rw-r--r--meta-openstack-aio-deploy/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openstack-aio-deploy/conf/layer.conf b/meta-openstack-aio-deploy/conf/layer.conf
new file mode 100644
index 00000000..d1d1f641
--- /dev/null
+++ b/meta-openstack-aio-deploy/conf/layer.conf
@@ -0,0 +1,10 @@
+# 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-aio-deploy-layer"
+BBFILE_PATTERN_openstack-aio-deploy-layer := "^${LAYERDIR}/"
+BBFILE_PRIORITY_openstack-aio-deploy-layer = "6"
+