]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Add a flag for reproducible builds
authorSimon Glass <sjg@chromium.org>
Tue, 21 Feb 2023 19:40:29 +0000 (12:40 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:38:48 +0000 (11:38 -0800)
commitcf808688fb95551141beb9fc986d303738b4b541
tree0c2b87057a453cb9342657aea39edb99bc35ffaf
parent7a7f4b77cf8b113fd1979cc109637fb9a8aecb66
buildman: Add a flag for reproducible builds

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>
doc/build/reproducible.rst
tools/buildman/builder.py
tools/buildman/builderthread.py
tools/buildman/buildman.rst
tools/buildman/cmdline.py
tools/buildman/control.py
tools/buildman/func_test.py