aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
blob: ad1ea2596ee48ec1537a625986602fbf09cc17c8 (plain)
1
2
3
4
5
6
7
8
9
PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice,"
PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp"

PACKAGECONFIG ?= "fdt virtfs libcap-ng"
PACKAGECONFIG_x86 ?= "fdt spice virtfs libcap-ng"
PACKAGECONFIG_x86-64 ?= "fdt spice virtfs libcap-ng"

PACKAGECONFIG_class-native = "fdt"
PACKAGECONFIG_class-nativesdk = "fdt"