diff options
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/qemu/qemu_2.0.0.bbappend | 5 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/qemu/qemu_2.1.0.bbappend | 5 |
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 @@ | |||
| 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 | ||
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 @@ | |||
| 1 | PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," | ||
| 2 | |||
| 3 | PACKAGECONFIG ?= "fdt spice virtfs attr cap-ng" | ||
| 4 | PACKAGECONFIG_class-native = "fdt" | ||
| 5 | PACKAGECONFIG_class-nativesdk = "fdt" | ||
