commit | 828d70d8863607cbe484e83eb4a67cc4f97f2c2a | [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 | f6bfcca1a7111add49dd6ddff093192673aa593e [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>