summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-02-25 16:15:56 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 16:59:23 -0500
commitfc69b5553ad9f15b9876788125a2e63a43c44252 (patch)
treeaa05bac660b3f58d1257ec8d6b9cc1a89e9f13a4 /recipes-extended
parent96e287c4b56199bfad1fec53091c8e1c051f064b (diff)
downloadmeta-virtualization-fc69b5553ad9f15b9876788125a2e63a43c44252.tar.gz
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>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/xen/xen-tools.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc
index e012020c..5b0a3394 100644
--- a/recipes-extended/xen/xen-tools.inc
+++ b/recipes-extended/xen/xen-tools.inc
@@ -29,6 +29,7 @@ RDEPENDS_${PN} = "\
29RDEPENDS_${PN}-dev = "" 29RDEPENDS_${PN}-dev = ""
30 30
31RRECOMMENDS_${PN} = " \ 31RRECOMMENDS_${PN} = " \
32 ${@bb.utils.contains('PACKAGECONFIG', 'hvm', 'seabios', '', d)} \
32 ${@bb.utils.contains('PACKAGECONFIG', 'externalblktap', '', '${BLKTAP_RRECOMMENDS}', d)} \ 33 ${@bb.utils.contains('PACKAGECONFIG', 'externalblktap', '', '${BLKTAP_RRECOMMENDS}', d)} \
33 ${PN}-flask \ 34 ${PN}-flask \
34 ${PN}-hvmloader \ 35 ${PN}-hvmloader \