qemu-qoriq: enable vhost PACKAGECONFIG

Enable it to test KVM vhost-net feature.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
This commit is contained in:
Ting Liu 2020-12-17 11:24:46 +08:00 committed by Otavio Salvador
parent 9151cfcc99
commit 1b755e6367

View File

@ -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"