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 <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-10-16 22:54:56 +00:00
parent aca728f51b
commit e6b7e24630

View File

@ -26,6 +26,8 @@ RDEPENDS:${PN} = "\
${PN}-xenstore \ ${PN}-xenstore \
virtual-xenstored \ virtual-xenstored \
${PN}-xl \ ${PN}-xl \
qemu-system-i386 \
qemu-firmware \
" "
RDEPENDS:${PN}-dev = "" RDEPENDS:${PN}-dev = ""