summaryrefslogtreecommitdiffstats
path: root/meta-openstack-qemu/conf/layer.conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-09-23 16:35:57 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-10-03 01:15:42 -0400
commitdfead22088d47a052d2170e126a5c52d942b35d2 (patch)
tree833daa266b5e2f2e6e321ad5b45bc3fb84d684f7 /meta-openstack-qemu/conf/layer.conf
parentfcffddaac729715622760a1c1ad6df62c5ee5e2f (diff)
downloadmeta-cloud-services-dfead22088d47a052d2170e126a5c52d942b35d2.tar.gz
meta-openstack-qemu: initial creation
When included in a build, this layer modifies settings to allow a controller and compute node boot and runtime under qemu system emulation. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack-qemu/conf/layer.conf')
-rw-r--r--meta-openstack-qemu/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack-qemu/conf/layer.conf b/meta-openstack-qemu/conf/layer.conf
new file mode 100644
index 0000000..6761143
--- /dev/null
+++ b/meta-openstack-qemu/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-qemu-layer"
8BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_openstack-qemu-layer = "6"