Skip to content
Snippets Groups Projects
Commit f3f431a7 authored by Paul Kocialkowski's avatar Paul Kocialkowski Committed by Tom Rini
Browse files

Reproducible U-Boot build support, using SOURCE_DATE_EPOCH


In order to achieve reproducible builds in U-Boot, timestamps that are defined
at build-time have to be somewhat eliminated. The SOURCE_DATE_EPOCH environment
variable allows setting a fixed value for those timestamps.

Simply by setting SOURCE_DATE_EPOCH to a fixed value, a number of targets can be
built reproducibly. This is the case for e.g. sunxi devices.

However, some other devices might need some more tweaks, especially regarding
the image generation tools.

Signed-off-by: default avatarPaul Kocialkowski <contact@paulk.fr>
parent 9c574877
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment