commit | 1414f1f140be747efdd4166c8f6a337e76ee7e5b | [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 | fc1ae4c46b4b65a49f29a08f27393343aa60ac68 [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>