xen-image-minimal: Install qemu instead of xen-qemu

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

Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
This commit is contained in:
Nathan Rossi 2015-01-28 11:47:46 +10:00 committed by Bruce Ashfield
parent 63d853c8e6
commit e01dd91f77

View File

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