[coreboot-gerrit] Patch set updated for coreboot: [NOT FOR MERGE] payloads/external/GRUB2: make it reproducible.

Denis 'GNUtoo' Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Tue Feb 21 12:47:50 CET 2017


Denis 'GNUtoo' Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18416

-gerrit

commit 31aad80bb7aa4095f342024f745e68bd69d7d82b
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Feb 21 11:40:31 2017 +0100

    [NOT FOR MERGE] payloads/external/GRUB2: make it reproducible.
    
    At the time of writing, this requires GRUB patches to work.
    
    Change-Id: I592a6dda11535dc9e600a4df3821c85be25f8c64
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 payloads/external/GRUB2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/external/GRUB2/Makefile b/payloads/external/GRUB2/Makefile
index 137fec2..12a1305 100644
--- a/payloads/external/GRUB2/Makefile
+++ b/payloads/external/GRUB2/Makefile
@@ -46,7 +46,7 @@ config: checkout
 grub2: config
 	echo "    MAKE       GRUB2 $(NAME-y)"
 	$(MAKE) -C grub2/build CC="$(HOSTCC)"
-	$(MAKE) -C grub2/build default_payload.elf \
+	$(MAKE) -C grub2/build default_payload.elf FIXED_TIMESTAMP=0 \
 		EXTRA_PAYLOAD_MODULES="$(CONFIG_GRUB2_EXTRA_MODULES)"
 
 clean:



More information about the coreboot-gerrit mailing list