SHA256
1
0
forked from pool/qemu
qemu/0038-roms-Build-vgabios.bin.patch.patch
Bruce Rogers 9633a9b62c Accepting request 210801 from home:bfrogers:branches:Virtualization
Adjust for recently fixed acpica package, Do a better? work around for roms/Makefile issue. Rework changes file for suitability for openSUSE:Factory checkin.

OBS-URL: https://build.opensuse.org/request/show/210801
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=170
2013-12-13 14:49:46 +00:00

23 lines
689 B
Diff

From 752e7f8fd399dd18f0eb59e63588cdf877c76d42 Mon Sep 17 00:00:00 2001
From: Bruce Rogers <brogers@suse.com>
Date: Wed, 2 Oct 2013 17:51:46 +0200
Subject: [PATCH] roms: Build vgabios.bin
---
roms/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/roms/Makefile b/roms/Makefile
index 10d5a65..3bb1f48 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -80,6 +80,8 @@ build-seabios-config-%: config.%
lgplvgabios: $(patsubst %,lgplvgabios-%,$(vgabios_variants))
+ make -C vgabios vgabios.bin
+ cp vgabios/VGABIOS-lgpl-latest.bin ../pc-bios/vgabios.bin
lgplvgabios-isavga: build-lgplvgabios
cp vgabios/VGABIOS-lgpl-latest.bin ../pc-bios/vgabios.bin