diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-31 14:53:30 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-31 14:55:14 -0400 |
commit | 1d4c08b95f5d9a1eb03edf564e383febc5f97864 (patch) | |
tree | 7b9f8974c26110b24689ab8fb59691ed938c7f1d | |
parent | 55d9a7df1afce97988a72d4b8475288d6f1e7be3 (diff) | |
download | meta-cloud-services-1d4c08b95f5d9a1eb03edf564e383febc5f97864.tar.gz |
qemu: add qemu 2.0.0 bbappend
Adding a qemu 2.0.0 bbappend to sync with oe-core master.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-dangling/qemu/qemu_1.7.0.bbappend (renamed from meta-openstack/recipes-devtools/qemu/qemu_1.7.0.bbappend) | 0 | ||||
-rw-r--r-- | meta-openstack/recipes-devtools/qemu/qemu_2.0.0.bbappend | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/qemu/qemu_1.7.0.bbappend b/meta-openstack/recipes-dangling/qemu/qemu_1.7.0.bbappend index f100c28..f100c28 100644 --- a/meta-openstack/recipes-devtools/qemu/qemu_1.7.0.bbappend +++ b/meta-openstack/recipes-dangling/qemu/qemu_1.7.0.bbappend | |||
diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.0.0.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.0.0.bbappend new file mode 100644 index 0000000..f100c28 --- /dev/null +++ b/meta-openstack/recipes-devtools/qemu/qemu_2.0.0.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," | ||
2 | |||
3 | PACKAGECONFIG ?= "spice virtfs attr cap-ng" | ||
4 | PACKAGECONFIG_class-native = "" | ||
5 | PACKAGECONFIG_class-nativesdk = "" \ No newline at end of file | ||