summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/qemu/qemu_2.0.0.bbappend5
-rw-r--r--meta-openstack/recipes-devtools/qemu/qemu_2.1.0.bbappend5
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.0.0.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.0.0.bbappend
deleted file mode 100644
index f100c28..0000000
--- a/meta-openstack/recipes-devtools/qemu/qemu_2.0.0.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice,"
2
3PACKAGECONFIG ?= "spice virtfs attr cap-ng"
4PACKAGECONFIG_class-native = ""
5PACKAGECONFIG_class-nativesdk = "" \ No newline at end of file
diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.1.0.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.1.0.bbappend
new file mode 100644
index 0000000..1c8c682
--- /dev/null
+++ b/meta-openstack/recipes-devtools/qemu/qemu_2.1.0.bbappend
@@ -0,0 +1,5 @@
1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice,"
2
3PACKAGECONFIG ?= "fdt spice virtfs attr cap-ng"
4PACKAGECONFIG_class-native = "fdt"
5PACKAGECONFIG_class-nativesdk = "fdt"