Re: [Reproducible-builds] [U-Boot, RFC] Makefile: Add SOURCE_DATE_TZ

2015-08-12 Thread Tom Rini
On Sat, Aug 01, 2015 at 10:32:49PM +1200, Chris Packham wrote: Along with SOURCE_DATE_EPOCH SOURCE_DATE_TZ can be used to recreate a build with a specific date timestamp. This allows the verification of source supplied with a pre-compiled binary. If SOURCE_DATE_EPOCH is supplied

Re: [Reproducible-builds] [U-Boot, v3] Makefile: fix SOURCE_DATE_EPOCH for *BSD host

2015-08-29 Thread Tom Rini
On Fri, Aug 28, 2015 at 10:29:55AM +0200, Andreas Bießmann wrote: The SOURCE_DATE_EPOCH mechanism for reproducible builds require some date(1) with -d switch to print the relevant date and time strings of another point of time. In other words it requires some date(1) that behaves like the

Re: [Reproducible-builds] [PATCH v3 2/2] Makefile: Add SOURCE_DATE_TZ

2015-08-29 Thread Tom Rini
On Wed, Aug 26, 2015 at 09:08:03PM +1200, Chris Packham wrote: On Wed, Aug 26, 2015 at 12:09 AM, Paul Kocialkowski cont...@paulk.fr wrote: Le jeudi 13 août 2015 à 18:08 +1200, Chris Packham a écrit : Along with SOURCE_DATE_EPOCH SOURCE_DATE_TZ can be used to recreate a build with a specific

Re: [Reproducible-builds] [U-Boot, v3, 1/2] Makefile: Use correct timezone for U_BOOT_TZ

2015-08-28 Thread Tom Rini
On Thu, Aug 13, 2015 at 06:08:27PM +1200, Chris Packham wrote: When building with SOURCE_DATE_EPOCH the timezone is in UTC. When building normally the timezone is taken from the build machine's locale setting. Signed-off-by: Chris Packham judge.pack...@gmail.com Tested-by: Bin Meng

Re: [Reproducible-builds] [U-Boot] Use C locale when setting CC_VERSION_STRING and LD_VERSION_STRING.

2016-06-24 Thread Tom Rini
s/Week-of-Mon-20160606/005722.html > > For more information about reproducible builds: > > https://reproducible-builds.org/ > > Signed-off-by: Vagrant Cascadian <vagr...@debian.org> > Reviewed-by: Tom Rini <tr...@konsulko.com> Applied

Re: [Reproducible-builds] [U-Boot] Respect SOURCE_DATE_EPOCH when building FIT images.

2016-06-24 Thread Tom Rini
On Thu, Jun 16, 2016 at 12:28:40PM -0700, Vagrant Cascadian wrote: > Embedding timestamps in FIT images results in unreproducible builds > for targets that generate a fit image, such as dra7xx_evm. > > This patch uses the SOURCE_DATE_EPOCH environment variable, when set, > to use specified value