Skip to content

Commit

Permalink
app-emulation/qemu: update to seabios 1.10.2
Browse files Browse the repository at this point in the history
 - pin seabios-1.10.2
 - remove bundled bios-256k.bin, bug #617422

Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
tamiko committed May 3, 2017
1 parent 4e90970 commit d41ea0c
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PYTHON_REQ_USE="ncurses,readline"

PLOCALES="bg de_DE fr_FR hu it tr zh_CN"

FIRMWARE_ABI_VERSION="2.9.0-r50"
FIRMWARE_ABI_VERSION="2.9.0-r52"

inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \
user udev fcaps readme.gentoo-r1 pax-utils l10n
Expand Down Expand Up @@ -155,12 +155,12 @@ SOFTMMU_TOOLS_DEPEND="
X86_FIRMWARE_DEPEND="
pin-upstream-blobs? (
~sys-firmware/ipxe-1.0.0_p20160620
~sys-firmware/seabios-1.10.1[binary,seavgabios]
~sys-firmware/seabios-1.10.2[binary,seavgabios]
~sys-firmware/sgabios-0.1_pre8
)
!pin-upstream-blobs? (
sys-firmware/ipxe
sys-firmware/seabios[seavgabios]
>=sys-firmware/seabios-1.10.2[seavgabios]
sys-firmware/sgabios
)"

Expand Down Expand Up @@ -684,8 +684,10 @@ src_install() {
if [[ -n ${softmmu_targets} ]]; then
# Remove SeaBIOS since we're using the SeaBIOS packaged one
rm "${ED}/usr/share/qemu/bios.bin"
rm "${ED}/usr/share/qemu/bios-256k.bin"
if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then
dosym ../seabios/bios.bin /usr/share/qemu/bios.bin
dosym ../seabios/bios-256k.bin /usr/share/qemu/bios-256k.bin
fi

# Remove vgabios since we're using the seavgabios packaged one
Expand Down

0 comments on commit d41ea0c

Please sign in to comment.