mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
xen-image-minimal: Add missing dependency causing intermittent failures
"bitbake xen-image-minimal -c do_image_wic" fails with: | ERROR: _exec_cmd: install -m 0644 tmp/deploy/images/qemux86-64/xen-qemux86-64.gz tmp/work/qemux86_64-poky-linux/xen-image-minimal/1.0/tmp-wic/hdd/boot/xen.gz returned '1' instead of 0 | output: install: cannot stat 'tmp/deploy/images/qemux86-64/xen-qemux86-64.gz': No such file or directory | | WARNING: exit code 1 from a shell command. ERROR: Task (/media/build/poky/meta-virtualization/recipes-extended/images/xen-image-minimal.bb:do_image_wic) failed with exit code '1' Add the missing dependency to avoid this. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
3b9ae7631d
commit
daef2c9733
|
@ -102,6 +102,7 @@ QB_SERIAL_OPT = "-serial mon:stdio"
|
|||
# qemux86-64 machine does not include 'wic' in IMAGE_FSTYPES, which is needed
|
||||
# to boot this image, so add it here:
|
||||
IMAGE_FSTYPES:qemux86-64 += "wic"
|
||||
do_image_wic[depends] += "xen:do_deploy"
|
||||
# Networking: the qemuboot.bbclass default virtio network device works ok
|
||||
# and so does the emulated e1000 -- choose according to the network device
|
||||
# drivers that are present in your dom0 Linux kernel. To switch to e1000:
|
||||
|
|
Loading…
Reference in New Issue
Block a user