diff options
-rw-r--r-- | recipes-extended/images/xen-image-minimal.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb index fe79a485..e6fa93ca 100644 --- a/recipes-extended/images/xen-image-minimal.bb +++ b/recipes-extended/images/xen-image-minimal.bb | |||
@@ -102,6 +102,7 @@ QB_SERIAL_OPT = "-serial mon:stdio" | |||
102 | # qemux86-64 machine does not include 'wic' in IMAGE_FSTYPES, which is needed | 102 | # qemux86-64 machine does not include 'wic' in IMAGE_FSTYPES, which is needed |
103 | # to boot this image, so add it here: | 103 | # to boot this image, so add it here: |
104 | IMAGE_FSTYPES:qemux86-64 += "wic" | 104 | IMAGE_FSTYPES:qemux86-64 += "wic" |
105 | do_image_wic[depends] += "xen:do_deploy" | ||
105 | # Networking: the qemuboot.bbclass default virtio network device works ok | 106 | # Networking: the qemuboot.bbclass default virtio network device works ok |
106 | # and so does the emulated e1000 -- choose according to the network device | 107 | # and so does the emulated e1000 -- choose according to the network device |
107 | # drivers that are present in your dom0 Linux kernel. To switch to e1000: | 108 | # drivers that are present in your dom0 Linux kernel. To switch to e1000: |