summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Wise <phil@advancedtelematic.com>2017-05-23 15:56:41 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-06-29 09:15:25 +0000
commit560fc09edd3e95e2246adf03f2d534143bfbfe9f (patch)
treef752c6ff20a5367200025c82f4451daa0670187f
parent462bcd1521094624bddad4c336007b18117a3846 (diff)
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 <phil@advancedtelematic.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9801 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh> Reviewed-by: Leon Anavi <leon.anavi@konsulko.com> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--templates/feature/agl-sota/50_local.conf.inc2
1 files changed, 1 insertions, 1 deletions
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