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

2015-08-12 Thread Chris Packham
On Thu, Aug 13, 2015 at 4:40 AM, Tom Rini wrote: > 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 >> so

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

2015-08-29 Thread Chris Packham
On Wed, Aug 26, 2015 at 12:09 AM, Paul Kocialkowski 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 date timestamp. This allows the verification of >> sourc

[Reproducible-builds] [PATCH v3 1/2] Makefile: Use correct timezone for U_BOOT_TZ

2015-08-29 Thread Chris Packham
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 Tested-by: Bin Meng Tested-by: Paul Kocialkowski --- Changes in v3: - None Changes in v2: - Collect some test

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

2015-08-29 Thread Chris Packham
version command. If SOURCE_DATE_TZ is not specified UTC will be used. SOURCE_DATE_TZ on it's own will not have an affect. Signed-off-by: Chris Packham --- This is a quick proof of concept that allows some control of how the timezone is displayed. Now you can do something like

Re: [Reproducible-builds] [U-Boot] [U-Boot, v2] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH

2015-07-30 Thread Chris Packham
ialkowski >> >> Applied to u-boot/master, thanks! >> >> -- > > This commit breaks the following commit: > > commit f3f431a712729a1af94d01bd1bfde17a252ff02c > Author: Chris Packham > Date: Sun May 10 21:02:09 2015 +1200 > > Makefile: Add U_BOOT

Re: [Reproducible-builds] [PATCH] Makefile: Use correct timezone for U_BOOT_TZ

2015-08-03 Thread Chris Packham
(note I had some patman config that erroneously included extra people on the original Cc list, I've now dropped them) On Sat, Aug 1, 2015 at 5:05 AM, Paul Kocialkowski wrote: > Le vendredi 31 juillet 2015 à 22:04 +1200, Chris Packham a écrit : >> When building with SOURCE_DATE_EPOC

[Reproducible-builds] [PATCH] Makefile: Use correct timezone for U_BOOT_TZ

2015-08-03 Thread Chris Packham
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. Fixes: f3f431a71272 ("Reproducible U-Boot build support, using SOURCE_DATE_EPOCH") Signed-off-by: Chris Packham --- Hopefully this wil

[Reproducible-builds] [PATCH v2] Makefile: Use correct timezone for U_BOOT_TZ

2015-08-03 Thread Chris Packham
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 Tested-by: Bin Meng Tested-by: Paul Kocialkowski --- Changes in v2: - Collect some tested-by tags - Remove refe

[Reproducible-builds] [RFC PATCH] Makefile: Add SOURCE_DATE_TZ

2015-08-03 Thread Chris Packham
version command. If SOURCE_DATE_TZ is not specified UTC will be used. SOURCE_DATE_TZ on it's own will not have an affect. Signed-off-by: Chris Packham --- This is a quick proof of concept that allows some control of how the timezone is displayed. Makefile | 7 --- README | 9 ++-