mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
63d853c8e6
commit
e01dd91f77
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user