From 1b755e63676b46bb85cde920dcaea4e4bb81e911 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Thu, 17 Dec 2020 11:24:46 +0800 Subject: qemu-qoriq: enable vhost PACKAGECONFIG Enable it to test KVM vhost-net feature. Signed-off-by: Ting Liu --- recipes-devtools/qemu/qemu-qoriq_4.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools') 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" -- cgit v1.2.3-54-g00ecf