commit | 0219e4bfb4d31aed8bbbcf36b00b92844b9b5eb9 | [log] [tgz] |
---|---|---|
author | Vagrant Cascadian <vagrant@debian.org> | Fri Oct 02 09:11:51 2015 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 11 17:12:12 2015 -0400 |
tree | ffb61433bb390ba7138d804a70ddf50604acf6c9 | |
parent | 1fec3c5d832d6e0cac10135179016b0640f1a863 [diff] |
Fix variation in timestamps caused by timezone differences. When building with SOURCE_DATE_EPOCH set, avoid use of mktime in default_image.c, which converts the timestamp into localtime. This causes variation based on timezone when building u-boot.img and u-boot-sunxi-with-spl.bin targets. Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Tested-by: Paul Kocialkowski <contact@paulk.fr> Acked-by: Paul Kocialkowski <contact@paulk.fr>