
This is quite a useful thing to use when building since it avoids small size changes between commits. Add a -r flag for it.
Also undefine CONFIG_LOCALVERSION_AUTO since this appends the git hash to the version string, causing every build to be slightly different.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Drop CONFIG_LOCALVERSION_AUTO also
doc/build/reproducible.rst | 2 ++ tools/buildman/builder.py | 4 +++- tools/buildman/builderthread.py | 2 ++ tools/buildman/buildman.rst | 7 +++--- tools/buildman/cmdline.py | 2 ++ tools/buildman/control.py | 11 ++++++++- tools/buildman/func_test.py | 40 +++++++++++++++++++++++++++------ 7 files changed, 56 insertions(+), 12 deletions(-)
Applied to u-boot-dm/next, thanks!