diff options
-rw-r--r-- | conf/distro/sota.conf.inc | 5 |
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" | |||
11 | USER_CLASSES_remove = "image-prelink" | 11 | USER_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. |
14 | INHERIT_remove = "reproducible_build" | ||
14 | INHERIT += "reproducible_build_simple" | 15 | INHERIT += "reproducible_build_simple" |
15 | 16 | ||
16 | export SOURCE_DATE_EPOCH ?= "0" | 17 | export SOURCE_DATE_EPOCH = "0" |
17 | REPRODUCIBLE_TIMESTAMP_ROOTFS ?= "0" | 18 | REPRODUCIBLE_TIMESTAMP_ROOTFS = "0" |
18 | 19 | ||
19 | HOSTTOOLS_append = " sync sha256sum" | 20 | HOSTTOOLS_append = " sync sha256sum" |