From dfead22088d47a052d2170e126a5c52d942b35d2 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 23 Sep 2013 16:35:57 -0400 Subject: 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 --- meta-openstack-qemu/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-openstack-qemu/conf/layer.conf (limited to 'meta-openstack-qemu/conf/layer.conf') 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 @@ +# 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" + +BBFILE_COLLECTIONS += "openstack-qemu-layer" +BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_openstack-qemu-layer = "6" -- cgit v1.2.3-54-g00ecf