diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-24 17:56:14 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-24 17:56:14 +0000 |
| commit | 666602dc975db47ba38bb9a81fe2d1eaa0a1fb38 (patch) | |
| tree | 9715bfa7534bd19c968c739e3d47373116b591d2 /recipes-extended/xen | |
| parent | ff4b87836169d0c2d1e8503461f280fc048073fa (diff) | |
| download | meta-virtualization-666602dc975db47ba38bb9a81fe2d1eaa0a1fb38.tar.gz | |
vgabios: remove recipe, drop from xen-tools DEPENDS
vgabios 0.8a depends on dev86-native which was removed in a previous
commit (upstream repo deleted). vgabios is a legacy VGA BIOS from 2008
that has been superseded by SeaBIOS which is already a Xen dependency.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen')
| -rw-r--r-- | recipes-extended/xen/xen-tools.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc index d457b36a..f3792568 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc | |||
| @@ -50,7 +50,7 @@ RDEPENDS:${PN}-dev = "" | |||
| 50 | RRECOMMENDS:${PN} = " \ | 50 | RRECOMMENDS:${PN} = " \ |
| 51 | qemu \ | 51 | qemu \ |
| 52 | ${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', 'qemu-x86_64 qemu-i386', '', d)} \ | 52 | ${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', 'qemu-x86_64 qemu-i386', '', d)} \ |
| 53 | ${@bb.utils.contains('XEN_TARGET_ARCH', 'x86_64', 'seabios ipxe vgabios', '', d)} \ | 53 | ${@bb.utils.contains('XEN_TARGET_ARCH', 'x86_64', 'seabios ipxe', '', d)} \ |
| 54 | ${@bb.utils.contains('PACKAGECONFIG', 'externalblktap', '', '${BLKTAP_RRECOMMENDS}', d)} \ | 54 | ${@bb.utils.contains('PACKAGECONFIG', 'externalblktap', '', '${BLKTAP_RRECOMMENDS}', d)} \ |
| 55 | ${PN}-flask \ | 55 | ${PN}-flask \ |
| 56 | ${PN}-hvmloader \ | 56 | ${PN}-hvmloader \ |
