commit | bfb708ad9987ebddd2cd8f55bf4884e4f2305234 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Feb 21 12:40:29 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 08 11:38:48 2023 -0800 |
tree | 0c2b87057a453cb9342657aea39edb99bc35ffaf | |
parent | 93202d72d75ff2e04c14525bc8b585c5ed0d0740 [diff] |
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>