[Buildroot] [PATCH 01/34] reproducibility: introduce config knob

Gilles Chanteperdrix gilles.chanteperdrix at xenomai.org
Sat Apr 30 07:48:57 UTC 2016


Making the builds reproducible involves turning off build timestamps,
which some users may find annoying. So make the reproducible builds
optional.
---
 Config.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Config.in b/Config.in
index d795361..3cdd659 100644
--- a/Config.in
+++ b/Config.in
@@ -623,6 +623,9 @@ config BR2_COMPILER_PARANOID_UNSAFE_PATH
 
 endmenu
 
+config BR2_REPRODUCIBLE
+	bool "Try and remove all sources of non-reproducibility from the build"
+
 endmenu
 
 source "toolchain/Config.in"
-- 
2.7.4



More information about the buildroot mailing list