945c528633
Update to v2.0.0-rc0 OBS-URL: https://build.opensuse.org/request/show/226783 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=192
23 lines
669 B
Diff
23 lines
669 B
Diff
From 07638968e7aa90fc80aaf7dac9cfda6fa27b03fd 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 file changed, 2 insertions(+)
|
|
|
|
diff --git a/roms/Makefile b/roms/Makefile
|
|
index 2721b02..44ccdda 100644
|
|
--- a/roms/Makefile
|
|
+++ b/roms/Makefile
|
|
@@ -83,6 +83,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
|