summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/sota.conf.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc
index 07844e3..1775d92 100644
--- a/conf/distro/sota.conf.inc
+++ b/conf/distro/sota.conf.inc
@@ -5,7 +5,10 @@
5# require conf/distro/sota.conf.inc 5# require conf/distro/sota.conf.inc
6 6
7DISTRO_FEATURES_append = " sota" 7DISTRO_FEATURES_append = " sota"
8DISTRO_FEATURES_NATIVE_append = " sota"
8INHERIT += " sota" 9INHERIT += " sota"
9SOTA_CLIENT ?= "aktualizr" 10SOTA_CLIENT ?= "aktualizr"
10# Prelinking increases the size of downloads and causes build errors 11# Prelinking increases the size of downloads and causes build errors
11USER_CLASSES_remove = "image-prelink" 12USER_CLASSES_remove = "image-prelink"
13
14HOSTTOOLS_append = " sync sha256sum"