summaryrefslogtreecommitdiffstats
path: root/conf/distro/sota.conf.inc
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-02-14 09:47:22 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2019-02-14 09:47:22 +0100
commit20095e84004992a6b779c60e0e4b5db89797004d (patch)
treeeca591462a381165f1db9911ff78529fd365d17b /conf/distro/sota.conf.inc
parent62e26ec467116d25a1d5a887b7b43ae1144a7446 (diff)
parent29c3476c8286649210ab8d731bfa063c76907f3b (diff)
downloadmeta-updater-20095e84004992a6b779c60e0e4b5db89797004d.tar.gz
Merge branch 'master' of https://github.com/advancedtelematic/meta-updater into backport/thud/garage-sign-lock-etcbackport/thud/garage-sign-lock-etc
Diffstat (limited to 'conf/distro/sota.conf.inc')
-rw-r--r--conf/distro/sota.conf.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc
index 8de9597..f6111bf 100644
--- a/conf/distro/sota.conf.inc
+++ b/conf/distro/sota.conf.inc
@@ -10,4 +10,10 @@ INHERIT += " sota"
10# Prelinking increases the size of downloads and causes build errors 10# Prelinking increases the size of downloads and causes build errors
11USER_CLASSES_remove = "image-prelink" 11USER_CLASSES_remove = "image-prelink"
12 12
13# Enable reproducible builds. Use 0 as mtime, the same as OSTree is using.
14INHERIT += "reproducible_build_simple"
15
16export SOURCE_DATE_EPOCH ?= "0"
17REPRODUCIBLE_TIMESTAMP_ROOTFS ?= "0"
18
13HOSTTOOLS_append = " sync sha256sum" 19HOSTTOOLS_append = " sync sha256sum"