diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-01-28 11:47:46 +1000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-20 21:17:04 -0500 |
commit | e01dd91f779b398f4b8f293a00aba28e53bb942d (patch) | |
tree | ab0ced8e9bc058244e0f50a77497a401cb597749 | |
parent | 63d853c8e631c8bb0c959a4386f60f8770297d38 (diff) | |
download | meta-virtualization-e01dd91f779b398f4b8f293a00aba28e53bb942d.tar.gz |
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>
-rw-r--r-- | recipes-extended/images/xen-image-minimal.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb index aed0526c..26b6d065 100644 --- a/recipes-extended/images/xen-image-minimal.bb +++ b/recipes-extended/images/xen-image-minimal.bb | |||
@@ -13,7 +13,7 @@ IMAGE_INSTALL += " \ | |||
13 | ${@bb.utils.contains('MACHINE_FEATURES', 'pci', 'kernel-module-xen-pciback', '', d)} \ | 13 | ${@bb.utils.contains('MACHINE_FEATURES', 'pci', 'kernel-module-xen-pciback', '', d)} \ |
14 | kernel-module-xen-wdt \ | 14 | kernel-module-xen-wdt \ |
15 | xen-base \ | 15 | xen-base \ |
16 | xen-qemu \ | 16 | qemu \ |
17 | " | 17 | " |
18 | 18 | ||
19 | LICENSE = "MIT" | 19 | LICENSE = "MIT" |