diff mbox series

Drop build time from slof.bin

Message ID 20231021040752.25095-1-bwiedemann@suse.de
State Superseded
Headers show
Series Drop build time from slof.bin | expand

Commit Message

Bernhard M. Wiedemann Oct. 21, 2023, 4:07 a.m. UTC
without this patch, openSUSE's qemu package
always varied between builds.

This patch was done while working on reproducible builds for openSUSE.

Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
---
 Makefile.gen | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/Makefile.gen b/Makefile.gen
index 6f78829..10ed6d1 100644
--- a/Makefile.gen
+++ b/Makefile.gen
@@ -14,6 +14,7 @@ 
 MAKEARG = BOARD=$(BOARD) PLATFORM=$(PLATFORM) FLAG=$(FLAG) TARG=$(TARG)
 
 BUILDS  = tools_build romfs_build
+ROMFS_OPTIONS := --notime
 
 include ../make.rules