78d83468f1
Build x86 firmware from the tarball. Add 4 qemu-* firmware subpackages. (bnc#830002) OBS-URL: https://build.opensuse.org/request/show/199020 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=162
18 lines
499 B
Diff
18 lines
499 B
Diff
---
|
|
roms/Makefile | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
Index: b/roms/Makefile
|
|
===================================================================
|
|
--- a/roms/Makefile
|
|
+++ b/roms/Makefile
|
|
@@ -50,6 +50,8 @@ seavgabios-%: config.vga.%
|
|
cp seabios/out/vgabios.bin ../pc-bios/vgabios-$*.bin
|
|
|
|
lgplvgabios: $(patsubst %,lgplvgabios-%,$(vgabios_variants))
|
|
+ make -C vgabios vgabios.bin
|
|
+ cp vgabios/VGABIOS-lgpl-latest.bin ../pc-bios/vgabios.bin
|
|
|
|
lgplvgabios-%:
|
|
make -C vgabios vgabios-$*.bin
|