diff options
-rw-r--r-- | recipes-extended/images/xen-image-minimal.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb index c98314e1..dcdc864a 100644 --- a/recipes-extended/images/xen-image-minimal.bb +++ b/recipes-extended/images/xen-image-minimal.bb | |||
@@ -16,6 +16,10 @@ IMAGE_INSTALL += " \ | |||
16 | qemu \ | 16 | qemu \ |
17 | " | 17 | " |
18 | 18 | ||
19 | # The hypervisor may not be within the dom0 filesystem image but at least | ||
20 | # ensure that it is deployable: | ||
21 | do_build[depends] += "xen:do_deploy" | ||
22 | |||
19 | # Networking for HVM-mode guests (x86/64 only) requires the tun kernel module | 23 | # Networking for HVM-mode guests (x86/64 only) requires the tun kernel module |
20 | IMAGE_INSTALL_append_x86 = "kernel-module-tun" | 24 | IMAGE_INSTALL_append_x86 = "kernel-module-tun" |
21 | IMAGE_INSTALL_append_x86-64 = "kernel-module-tun" | 25 | IMAGE_INSTALL_append_x86-64 = "kernel-module-tun" |