]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Reproducible U-Boot build support, using SOURCE_DATE_EPOCH
authorPaul Kocialkowski <contact@paulk.fr>
Sun, 26 Jul 2015 16:48:15 +0000 (18:48 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:46 +0000 (13:50 +0200)
commite70fbb81ee7995eff2d5ca0ce20bb7eecaeaf39c
tree5e7295a22b9d53a4c7f90aac40e47fb2dcee6235
parentabe78ad33a2859535f78cbba8a0882b401c5da70
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: Paul Kocialkowski <contact@paulk.fr>
Makefile
README
tools/default_image.c