diff options
-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" |