summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/README0
-rw-r--r--meta-openstack/conf/layer.conf9
2 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack/README b/meta-openstack/README
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/meta-openstack/README
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"