diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-23 16:35:57 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-03 01:15:42 -0400 |
| commit | dfead22088d47a052d2170e126a5c52d942b35d2 (patch) | |
| tree | 833daa266b5e2f2e6e321ad5b45bc3fb84d684f7 /meta-openstack-qemu/conf | |
| parent | fcffddaac729715622760a1c1ad6df62c5ee5e2f (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-openstack-qemu/conf/layer.conf | 9 |
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 | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | ||
| 6 | |||
| 7 | BBFILE_COLLECTIONS += "openstack-qemu-layer" | ||
| 8 | BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/" | ||
| 9 | BBFILE_PRIORITY_openstack-qemu-layer = "6" | ||
