[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 5/7] ipxe: add qemu branding
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PATCH 5/7] ipxe: add qemu branding |
Date: |
Wed, 15 Jul 2015 12:10:05 +0200 |
Apply qemu-project.org branding, so the official builds can easily be
identified in the banner.
Signed-off-by: Gerd Hoffmann <address@hidden>
---
roms/Makefile | 4 ++--
roms/config.ipxe.branding.h | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
create mode 100644 roms/config.ipxe.branding.h
diff --git a/roms/Makefile b/roms/Makefile
index c0153c7..4971f6b 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -120,12 +120,12 @@ efi-rom-%: build-pxe-roms build-efi-roms
-ec ipxe/src/bin-x86_64-efi/$(VID)$(DID).efidrv \
-o ../pc-bios/efi-$*.rom
-build-pxe-roms: ipxe/src/config/local/general.h
+build-pxe-roms: ipxe/src/config/local/general.h
ipxe/src/config/local/branding.h
$(MAKE) -C ipxe/src GITVERSION="" \
CROSS_COMPILE=$(x86_64_cross_prefix) \
$(patsubst %,bin/%.rom,$(pxerom_targets))
-build-efi-roms: build-pxe-roms ipxe/src/config/local/general.h
+build-efi-roms: build-pxe-roms ipxe/src/config/local/general.h
ipxe/src/config/local/branding.h
$(MAKE) -C ipxe/src GITVERSION="" \
CROSS_COMPILE=$(x86_64_cross_prefix) \
$(patsubst %,bin-i386-efi/%.efidrv,$(pxerom_targets)) \
diff --git a/roms/config.ipxe.branding.h b/roms/config.ipxe.branding.h
new file mode 100644
index 0000000..324995e
--- /dev/null
+++ b/roms/config.ipxe.branding.h
@@ -0,0 +1,2 @@
+#undef PRODUCT_NAME
+#define PRODUCT_NAME "iPXE for qemu-project.org"
--
1.8.3.1
- [Qemu-devel] [PATCH 3/7] ipxe: rm local config in cleanup, (continued)
- [Qemu-devel] [PATCH 3/7] ipxe: rm local config in cleanup, Gerd Hoffmann, 2015/07/15
- [Qemu-devel] [PATCH 2/7] ipxe: update to 87981bb (qemu), Gerd Hoffmann, 2015/07/15
- [Qemu-devel] [PATCH 4/7] ipxe: disable load file protocol, Gerd Hoffmann, 2015/07/15
- [Qemu-devel] [PATCH 6/7] ipxe: don't override GITVERSION, Gerd Hoffmann, 2015/07/15
- [Qemu-devel] [PATCH 1/7] ipxe: update from 35c53797 to 24112d9 (upstream/master), Gerd Hoffmann, 2015/07/15
- [Qemu-devel] [PATCH 5/7] ipxe: add qemu branding,
Gerd Hoffmann <=
- Re: [Qemu-devel] [PATCH 0/7] ipxe update, continued ..., Laszlo Ersek, 2015/07/15
- Re: [Qemu-devel] [PATCH 0/7] ipxe update, continued ..., Laszlo Ersek, 2015/07/15
- [Qemu-devel] [PATCH 7/7] ipxe: update binaries, Gerd Hoffmann, 2015/07/15
- Re: [Qemu-devel] [PATCH 0/7] ipxe update, continued ..., Gerd Hoffmann, 2015/07/16