From e39692a25858acf79fedf44b9d9fdd8e71337957 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Tue, 4 Jul 2017 16:08:15 +0200 Subject: Fix build issues with yocto pyro --- conf/distro/sota.conf.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/distro') 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 @@ # require conf/distro/sota.conf.inc DISTRO_FEATURES_append = " sota" +DISTRO_FEATURES_NATIVE_append = " sota" INHERIT += " sota" SOTA_CLIENT ?= "aktualizr" # Prelinking increases the size of downloads and causes build errors USER_CLASSES_remove = "image-prelink" + +HOSTTOOLS_append = " sync sha256sum" -- cgit v1.2.3-54-g00ecf