diff options
author | Heinrich Schuchardt | 2023-01-25 19:15:00 +0100 |
---|---|---|
committer | Heinrich Schuchardt | 2023-01-27 18:32:00 +0100 |
commit | 2042365acf0e4620b97a9e519430376d15e95d27 (patch) | |
tree | e4743017d4e245797bbe4cb791b50a17ab3b22aa /README | |
parent | 0c4759fbfd5be481d14ebb8b7c2d085ec649d04d (diff) |
doc: move 'Reproducible builds'
Move the README section to the HTML documentation.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1713,17 +1713,6 @@ This firmware often needs to be loaded during U-Boot booting. - CONFIG_SYS_MC_RSV_MEM_ALIGN Define alignment of reserved memory MC requires -Reproducible builds -------------------- - -In order to achieve reproducible builds, timestamps used in the U-Boot build -process have to be set to a fixed value. - -This is done using the SOURCE_DATE_EPOCH environment variable. -SOURCE_DATE_EPOCH is to be set on the build host's shell, not as a configuration -option for U-Boot or an environment variable in U-Boot. - -SOURCE_DATE_EPOCH should be set to a number of seconds since the epoch, in UTC. Building the Software: ====================== |