diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2020-02-25 16:15:56 -0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-02-27 16:59:23 -0500 |
commit | fc69b5553ad9f15b9876788125a2e63a43c44252 (patch) | |
tree | aa05bac660b3f58d1257ec8d6b9cc1a89e9f13a4 | |
parent | 96e287c4b56199bfad1fec53091c8e1c051f064b (diff) | |
download | meta-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>
-rw-r--r-- | recipes-extended/xen/xen-tools.inc | 1 |
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} = "\ | |||
29 | RDEPENDS_${PN}-dev = "" | 29 | RDEPENDS_${PN}-dev = "" |
30 | 30 | ||
31 | RRECOMMENDS_${PN} = " \ | 31 | RRECOMMENDS_${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 \ |