diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-07-04 16:08:15 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-07-04 16:08:15 +0200 |
commit | e39692a25858acf79fedf44b9d9fdd8e71337957 (patch) | |
tree | 8057661467ed37db9f567f04af49a56949a84376 /conf/distro | |
parent | 00cf945345a981e9cae155f66bda99e650eb6bf2 (diff) | |
download | meta-updater-e39692a25858acf79fedf44b9d9fdd8e71337957.tar.gz |
Fix build issues with yocto pyro
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/sota.conf.inc | 3 |
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 | ||
7 | DISTRO_FEATURES_append = " sota" | 7 | DISTRO_FEATURES_append = " sota" |
8 | DISTRO_FEATURES_NATIVE_append = " sota" | ||
8 | INHERIT += " sota" | 9 | INHERIT += " sota" |
9 | SOTA_CLIENT ?= "aktualizr" | 10 | SOTA_CLIENT ?= "aktualizr" |
10 | # Prelinking increases the size of downloads and causes build errors | 11 | # Prelinking increases the size of downloads and causes build errors |
11 | USER_CLASSES_remove = "image-prelink" | 12 | USER_CLASSES_remove = "image-prelink" |
13 | |||
14 | HOSTTOOLS_append = " sync sha256sum" | ||