From 50669e428f564e1f9c85b5d79c3b50206921204c Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Tue, 25 Feb 2020 16:16:04 -0800 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-extended/images/xen-image-minimal.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-extended') 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 += " \ 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" -- cgit v1.2.3-54-g00ecf