summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
index 9d774c4..ad1ea25 100644
--- a/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
+++ b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
@@ -1,6 +1,9 @@
1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," 1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice,"
2PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp" 2PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp"
3 3
4PACKAGECONFIG ?= "fdt spice virtfs libcap-ng" 4PACKAGECONFIG ?= "fdt virtfs libcap-ng"
5PACKAGECONFIG_x86 ?= "fdt spice virtfs libcap-ng"
6PACKAGECONFIG_x86-64 ?= "fdt spice virtfs libcap-ng"
7
5PACKAGECONFIG_class-native = "fdt" 8PACKAGECONFIG_class-native = "fdt"
6PACKAGECONFIG_class-nativesdk = "fdt" 9PACKAGECONFIG_class-nativesdk = "fdt"