summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/sota.conf.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc
index f6111bf..69d729c 100644
--- a/conf/distro/sota.conf.inc
+++ b/conf/distro/sota.conf.inc
@@ -11,9 +11,10 @@ INHERIT += " sota"
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. 13# Enable reproducible builds. Use 0 as mtime, the same as OSTree is using.
14INHERIT_remove = "reproducible_build"
14INHERIT += "reproducible_build_simple" 15INHERIT += "reproducible_build_simple"
15 16
16export SOURCE_DATE_EPOCH ?= "0" 17export SOURCE_DATE_EPOCH = "0"
17REPRODUCIBLE_TIMESTAMP_ROOTFS ?= "0" 18REPRODUCIBLE_TIMESTAMP_ROOTFS = "0"
18 19
19HOSTTOOLS_append = " sync sha256sum" 20HOSTTOOLS_append = " sync sha256sum"