summaryrefslogtreecommitdiffstats
path: root/conf/distro/sota.conf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/sota.conf.inc')
-rw-r--r--conf/distro/sota.conf.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc
index 99035de..f84b834 100644
--- a/conf/distro/sota.conf.inc
+++ b/conf/distro/sota.conf.inc
@@ -4,14 +4,14 @@
4# 4#
5# require conf/distro/sota.conf.inc 5# require conf/distro/sota.conf.inc
6 6
7DISTRO_FEATURES_append = " sota usrmerge" 7DISTRO_FEATURES:append = " sota usrmerge"
8DISTRO_FEATURES_NATIVE_append = " sota" 8DISTRO_FEATURES_NATIVE:append = " sota"
9INHERIT += " sota" 9INHERIT += " 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. 13# Enable reproducible builds. Use 0 as mtime, the same as OSTree is using.
14INHERIT_remove = "reproducible_build" 14INHERIT:remove = "reproducible_build"
15INHERIT += "reproducible_build_simple" 15INHERIT += "reproducible_build_simple"
16 16
17export SOURCE_DATE_EPOCH = "0" 17export SOURCE_DATE_EPOCH = "0"