From 20aae31c49333946ff83b009153d70763c8def8e Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Wed, 31 May 2017 12:36:16 +0200 Subject: Add option to choose which sota client to use (if any) --- conf/distro/sota.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/distro/sota.conf.inc') diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc index fddd1d2..07844e3 100644 --- a/conf/distro/sota.conf.inc +++ b/conf/distro/sota.conf.inc @@ -6,6 +6,6 @@ DISTRO_FEATURES_append = " sota" INHERIT += " sota" -IMAGE_INSTALL_append = " aktualizr" +SOTA_CLIENT ?= "aktualizr" # Prelinking increases the size of downloads and causes build errors USER_CLASSES_remove = "image-prelink" -- cgit v1.2.3-54-g00ecf