summaryrefslogtreecommitdiffstats
path: root/conf/distro
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-06-08 17:54:32 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-06-08 17:54:32 +0200
commit08e225b8e66e25003108921c0b05688c7ea6892e (patch)
tree71c5e979604fac0835089ef150e0599fadc20e81 /conf/distro
parentc1d3335e548c4d54414791cc8197b652da84e9a3 (diff)
downloadmeta-updater-08e225b8e66e25003108921c0b05688c7ea6892e.tar.gz
Set default SOTA_CLIENT directly in sota.bbclass
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/sota.conf.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc
index 07844e3..7438424 100644
--- a/conf/distro/sota.conf.inc
+++ b/conf/distro/sota.conf.inc
@@ -6,6 +6,5 @@
6 6
7DISTRO_FEATURES_append = " sota" 7DISTRO_FEATURES_append = " sota"
8INHERIT += " sota" 8INHERIT += " sota"
9SOTA_CLIENT ?= "aktualizr"
10# Prelinking increases the size of downloads and causes build errors 9# Prelinking increases the size of downloads and causes build errors
11USER_CLASSES_remove = "image-prelink" 10USER_CLASSES_remove = "image-prelink"