mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
xen-image-minimal: add a build dependency on the xen hypervisor
The hypervisor may not be within the dom0 filesystem image itself, so add a task dependency to ensure that it is deployable: do_build[depends] += "xen:do_deploy" Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
e9b2d92954
commit
50669e428f
|
@ -16,6 +16,10 @@ IMAGE_INSTALL += " \
|
|||
qemu \
|
||||
"
|
||||
|
||||
# The hypervisor may not be within the dom0 filesystem image but at least
|
||||
# ensure that it is deployable:
|
||||
do_build[depends] += "xen:do_deploy"
|
||||
|
||||
# Networking for HVM-mode guests (x86/64 only) requires the tun kernel module
|
||||
IMAGE_INSTALL_append_x86 = "kernel-module-tun"
|
||||
IMAGE_INSTALL_append_x86-64 = "kernel-module-tun"
|
||||
|
|
Loading…
Reference in New Issue
Block a user