mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
96e287c4b5
commit
fc69b5553a
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user