diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-06-08 17:54:32 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-06-08 17:54:32 +0200 |
commit | 08e225b8e66e25003108921c0b05688c7ea6892e (patch) | |
tree | 71c5e979604fac0835089ef150e0599fadc20e81 /conf/distro/sota.conf.inc | |
parent | c1d3335e548c4d54414791cc8197b652da84e9a3 (diff) | |
download | meta-updater-08e225b8e66e25003108921c0b05688c7ea6892e.tar.gz |
Set default SOTA_CLIENT directly in sota.bbclass
Diffstat (limited to 'conf/distro/sota.conf.inc')
-rw-r--r-- | conf/distro/sota.conf.inc | 1 |
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 | ||
7 | DISTRO_FEATURES_append = " sota" | 7 | DISTRO_FEATURES_append = " sota" |
8 | INHERIT += " sota" | 8 | INHERIT += " sota" |
9 | SOTA_CLIENT ?= "aktualizr" | ||
10 | # Prelinking increases the size of downloads and causes build errors | 9 | # Prelinking increases the size of downloads and causes build errors |
11 | USER_CLASSES_remove = "image-prelink" | 10 | USER_CLASSES_remove = "image-prelink" |