* Install QEMU from the distro as opposed to a specific xen-qemu setup

Signed-off-by: Nathan Rossi <[email protected]>
---
 recipes-extended/images/xen-image-minimal.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/images/xen-image-minimal.bb 
b/recipes-extended/images/xen-image-minimal.bb
index aed0526..26b6d06 100644
--- a/recipes-extended/images/xen-image-minimal.bb
+++ b/recipes-extended/images/xen-image-minimal.bb
@@ -13,7 +13,7 @@ IMAGE_INSTALL += " \
     ${@bb.utils.contains('MACHINE_FEATURES', 'pci', 
'kernel-module-xen-pciback', '', d)} \
     kernel-module-xen-wdt \
     xen-base \
-    xen-qemu \
+    qemu \
     "
 
 LICENSE = "MIT"
-- 
2.1.1

-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to