tools/mkimage: backport SOURCE_DATE_EPOCH for reproducible builds
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Jan 2016 22:42:44 +0000 (22:42 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Jan 2016 22:42:44 +0000 (22:42 +0000)
commitf2839cf6e2347241fc3a0e22b280ad295fc08514
tree122f995f034e8e883977e0857033efc9583dcba4
parent4b0ded2ce4b94f16c4ecf167d9707a507ce20928
tools/mkimage: backport SOURCE_DATE_EPOCH for reproducible builds

This pulls in Paul Kocialkowski's SOURCE_DATE_EPOCH support patch for u-boot,
which landed upstream circa July 2015. Note that this "host" u-boot repo is
only used to compile the 'mkimage' utility, and isn't used to actually compile
a bootloader for any target.

This patch could be removed if/when the host u-boot package is updated to a
contemporary version (but there doesn't seem to be any motivation/need to do
so).

Signed-off-by: bryan newbold <bnewbold@robocracy.org>
Signed-off-by: Felix Fietkau <nbd@openwrt.org> [fix portability error, refresh patches]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48542 3c298f89-4303-0410-b956-a3cf2f4a3e73
tools/mkimage/patches/010-freebsd-ulong-fix.patch
tools/mkimage/patches/030-allow-to-use-different-magic.patch
tools/mkimage/patches/090-reproducible-SOURCE_DATE_EPOCH.patch [new file with mode: 0644]
tools/mkimage/patches/200-gcc5_compat.patch