[SLOF] [PATCH] Drop build time from slof.bin
Bernhard M. Wiedemann
bwiedemann at suse.de
Sat Oct 21 15:07:52 AEDT 2023
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 at suse.de>
---
Makefile.gen | 1 +
1 file changed, 1 insertion(+)
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
--
2.26.2
More information about the SLOF
mailing list