aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorSander Vanheule <sander@svanheule.net>2020-08-06 22:10:32 +0200
committerJo-Philipp Wich <jo@mein.io>2020-08-07 09:48:33 +0200
commit34271d38ae9087816219de0bf9ff5197483277e6 (patch)
treedfa63cbecc44909b70150beaa53ec00f8f86f186 /tools/firmware-utils/Makefile
parent7673df799496d98f1828152e1542af14f7708790 (diff)
downloadupstream-34271d38ae9087816219de0bf9ff5197483277e6.tar.gz
upstream-34271d38ae9087816219de0bf9ff5197483277e6.tar.bz2
upstream-34271d38ae9087816219de0bf9ff5197483277e6.zip
tools/firmware-utils: use UTC for image timestamps
By using localtime() to determine the timestamp that goes into factory images, the resulting image depends on the timezone of the build system. Use gmtime() instead, which results in more reproducible images. Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index ee0ef3a6fd..4fcda7e439 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME := firmware-utils
-PKG_RELEASE := 1
+PKG_RELEASE := 2
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/kernel.mk