diff options
author | Phil Wise <phil@advancedtelematic.com> | 2017-05-23 15:56:41 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-06-29 09:15:22 +0000 |
commit | af694daf954deb0a5307a7ac0c3d2a79fb854492 (patch) | |
tree | d4d40ecbe33a15ed856ac3d7bf756a659c9b8e97 | |
parent | 377b4d835cd4924efb4cd905eed642497960a239 (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/9905
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | templates/feature/agl-sota/50_local.conf.inc | 2 |
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 |