aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack-controller-test-config/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack-controller-test-config/conf')
-rw-r--r--meta-openstack-controller-test-config/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openstack-controller-test-config/conf/layer.conf b/meta-openstack-controller-test-config/conf/layer.conf
new file mode 100644
index 00000000..f542ce6b
--- /dev/null
+++ b/meta-openstack-controller-test-config/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-controller-test-config-layer"
+BBFILE_PATTERN_openstack-controller-test-config-layer := "^${LAYERDIR}/"
+# We want this layer to have higher priority than any other meta-openstack layers
+BBFILE_PRIORITY_openstack-controller-test-config-layer = "100"