xen: add seabios to RRECOMMENDS of xen-tools when HVM-enabled

Launching HVM guest VMs requires a BIOS firmware binary.

Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Christopher Clark 2020-02-25 16:15:56 -08:00 committed by Bruce Ashfield
parent 96e287c4b5
commit fc69b5553a

View File

@ -29,6 +29,7 @@ RDEPENDS_${PN} = "\
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN} = " \
${@bb.utils.contains('PACKAGECONFIG', 'hvm', 'seabios', '', d)} \
${@bb.utils.contains('PACKAGECONFIG', 'externalblktap', '', '${BLKTAP_RRECOMMENDS}', d)} \
${PN}-flask \
${PN}-hvmloader \