From 560fc09edd3e95e2246adf03f2d534143bfbfe9f Mon Sep 17 00:00:00 2001 From: Phil Wise Date: Tue, 23 May 2017 15:56:41 +0200 Subject: Enable OTA updates using inc from meta-updater MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The latest meta-updater provides an include file to enable OTA updates--use that to bring in the relevant configuration. rvi-sota-client is not pulled in by default, so delete the IMAGE_INSTALL_remove line. Change-Id: I148dc1b0156f6ea12a456bd093a32945215852e7 Signed-off-by: Phil Wise Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9801 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Stéphane Desneux Reviewed-by: Leon Anavi Reviewed-by: Jan-Simon Moeller --- templates/feature/agl-sota/50_local.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/feature/agl-sota/50_local.conf.inc b/templates/feature/agl-sota/50_local.conf.inc index 29548aefa..42ff6bc1c 100644 --- a/templates/feature/agl-sota/50_local.conf.inc +++ b/templates/feature/agl-sota/50_local.conf.inc @@ -1,2 +1,2 @@ #see meta-updater/conf/distro/sota.conf.inc -INHERIT += " sota" +require conf/distro/sota.conf.inc -- cgit 1.2.3-korg