All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bernhard M. Wiedemann" <bwiedemann@suse.de>
To: xen-devel@lists.xen.org
Cc: "Bernhard M. Wiedemann" <bwiedemann@suse.de>
Subject: [PATCH] x86/efi: Do not insert timestamps in efi files
Date: Wed, 24 Oct 2018 10:03:50 +0200	[thread overview]
Message-ID: <20181024080350.2449-1-bwiedemann@suse.de> (raw)

in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good.

Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
---
 xen/arch/x86/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index 162b0b94c0..052bdb1e25 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -158,6 +158,7 @@ note.o: $(TARGET)-syms
 
 EFI_LDFLAGS = $(patsubst -m%,-mi386pep,$(LDFLAGS)) --subsystem=10
 EFI_LDFLAGS += --image-base=$(1) --stack=0,0 --heap=0,0 --strip-debug
+EFI_LDFLAGS += --no-insert-timestamp
 EFI_LDFLAGS += --section-alignment=0x200000 --file-alignment=0x20
 EFI_LDFLAGS += --major-image-version=$(XEN_VERSION)
 EFI_LDFLAGS += --minor-image-version=$(XEN_SUBVERSION)
-- 
2.16.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

             reply	other threads:[~2018-10-24  8:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-24  8:03 Bernhard M. Wiedemann [this message]
2018-10-24  8:16 ` [PATCH] x86/efi: Do not insert timestamps in efi files Andrew Cooper
2018-10-24 12:49   ` Bernhard M. Wiedemann
2018-10-24 13:04     ` Wei Liu
2018-10-24 13:45     ` Bernhard M. Wiedemann
2018-10-25  8:02       ` Wei Liu
     [not found]       ` <108D0A7C020000E4CA4B4E14@prv1-mh.provo.novell.com>
     [not found]         ` <74F2501302000079CA4B4E14@prv1-mh.provo.novell.com>
2018-10-25 12:35           ` Jan Beulich
2018-10-25 14:00             ` Andrew Cooper
2018-10-25 14:08               ` Jan Beulich
2018-10-26 11:11                 ` Bernhard M. Wiedemann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181024080350.2449-1-bwiedemann@suse.de \
    --to=bwiedemann@suse.de \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.