From af694daf954deb0a5307a7ac0c3d2a79fb854492 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 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/9905 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account 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