From e6b7e24630d5baf0c52473e6f3a96bda10ed2556 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 16 Oct 2024 22:54:56 +0000 Subject: [PATCH] xen: add qemu-system-i386 and bios RDEPENDS The current RRRECOMMENDS can work, but isn't strong enough since we explicitly configure system-i386 into 'xl' and -system requires the bios files. Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen-tools.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc index 72d0b377..2459bd1e 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc @@ -26,6 +26,8 @@ RDEPENDS:${PN} = "\ ${PN}-xenstore \ virtual-xenstored \ ${PN}-xl \ + qemu-system-i386 \ + qemu-firmware \ " RDEPENDS:${PN}-dev = ""