mvadkert / rpms / qemu

Forked from rpms/qemu 6 years ago
Clone
ddfcbf7
From e941daafed39ae5db507af42da8a35b60a8be363 Mon Sep 17 00:00:00 2001
ddfcbf7
From: Mark McLoughlin <markmc@redhat.com>
ddfcbf7
Date: Thu, 30 Jul 2009 17:17:43 +0100
ddfcbf7
Subject: [PATCH] Revert "Don't copy multiboot.bin into pc-bios after built"
ddfcbf7
ddfcbf7
This reverts commit 24d904eab3e806dc4d1ccdabbc3b4dcb64ddf497.
ddfcbf7
ddfcbf7
This ensures:
ddfcbf7
ddfcbf7
  a) extboot.bin is copied to pc-bios and installed
ddfcbf7
ddfcbf7
  b) the built mutliboot.bin overwrites the multiboot.bin
ddfcbf7
     shipped in the tarball
ddfcbf7
ddfcbf7
Signed-of-by: Mark McLoughlin <markmc@redhat.com>
ddfcbf7
Fedora-patch: qemu-fix-optionrom-install.patch
ddfcbf7
---
ddfcbf7
 pc-bios/optionrom/Makefile |    1 +
ddfcbf7
 1 files changed, 1 insertions(+), 0 deletions(-)
ddfcbf7
ddfcbf7
diff --git a/pc-bios/optionrom/Makefile b/pc-bios/optionrom/Makefile
ddfcbf7
index 4cc3dae..e06ca72 100644
ddfcbf7
--- a/pc-bios/optionrom/Makefile
ddfcbf7
+++ b/pc-bios/optionrom/Makefile
ddfcbf7
@@ -41,6 +41,7 @@ build-all: multiboot.bin extboot.bin
ddfcbf7
 
ddfcbf7
 %.bin: %.raw
ddfcbf7
 	$(SRC_PATH)/pc-bios/optionrom/signrom.sh $< $@
ddfcbf7
+	cp $@ $(SRC_PATH)/pc-bios/
ddfcbf7
 
ddfcbf7
 clean:
ddfcbf7
 	$(RM) *.o *.img *.bin *~
ddfcbf7
-- 
ddfcbf7
1.6.2.5
ddfcbf7