From: Ting Liu Date: Thu, 17 Dec 2020 03:24:46 +0000 (+0800) Subject: qemu-qoriq: enable vhost PACKAGECONFIG X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1b755e63676b46bb85cde920dcaea4e4bb81e911;p=meta-freescale.git qemu-qoriq: enable vhost PACKAGECONFIG Enable it to test KVM vhost-net feature. Signed-off-by: Ting Liu --- diff --git a/recipes-devtools/qemu/qemu-qoriq_4.1.0.bb b/recipes-devtools/qemu/qemu-qoriq_4.1.0.bb index 0f91658e..2c5a5fd4 100644 --- a/recipes-devtools/qemu/qemu-qoriq_4.1.0.bb +++ b/recipes-devtools/qemu/qemu-qoriq_4.1.0.bb @@ -53,7 +53,7 @@ do_install_ptest() { } PACKAGECONFIG ??= " \ - fdt sdl kvm aio libusb \ + fdt sdl kvm aio libusb vhost \ ${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \ " PACKAGECONFIG_class-nativesdk ??= "fdt sdl kvm"