aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/json_add_image_info.py
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2020-11-01 11:53:39 -1000
committerPetr Štetiar <ynezz@true.cz>2020-11-12 18:19:44 +0100
commit165f0b00cdd2f763c1d478c2f58c535fc19b13bd (patch)
treeb95f9586bedb39e83b242b95db41e36eff8aa1e8 /scripts/json_add_image_info.py
parent86917e4979b020e33a63e10c2f3073586964a202 (diff)
downloadupstream-165f0b00cdd2f763c1d478c2f58c535fc19b13bd.tar.gz
upstream-165f0b00cdd2f763c1d478c2f58c535fc19b13bd.tar.bz2
upstream-165f0b00cdd2f763c1d478c2f58c535fc19b13bd.zip
build: store SOURCE_DATE_EPOCH in JSON info files
The source date epoch is the only reproducible date close to the actual build date. It can be used for tooling like the firmware wizard to show the image age. Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'scripts/json_add_image_info.py')
-rwxr-xr-xscripts/json_add_image_info.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/json_add_image_info.py b/scripts/json_add_image_info.py
index 768bb10254..ac907c777c 100755
--- a/scripts/json_add_image_info.py
+++ b/scripts/json_add_image_info.py
@@ -44,6 +44,7 @@ image_info = {
"target": "{}/{}".format(getenv("TARGET"), getenv("SUBTARGET")),
"version_code": getenv("VERSION_CODE"),
"version_number": getenv("VERSION_NUMBER"),
+ "source_date_epoch": getenv("SOURCE_DATE_EPOCH"),
"profiles": {
device_id: {
"image_prefix": getenv("IMAGE_PREFIX"),