[meta-virtualization] [RFC 8/8] xen-image-minimal: Install qemu instead of xen-qemu

Nathan Rossi nathan.rossi at xilinx.com
Thu Jan 29 19:31:48 PST 2015


* Install QEMU from the distro as opposed to a specific xen-qemu setup
---
 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



More information about the meta-virtualization mailing list