From cfdfe1d2a280ec472ab71def2cdfb4b5abb15dce Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 24 Apr 2017 22:06:28 +0200 Subject: Temporary fix for the agl-sota feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit until meta-updater applied the change. https://github.com/advancedtelematic/meta-updater/pull/56/commits/f76663ba97b055a7a063221e4a7992330e692a3c Change-Id: I45d47be4ff71d7dd4e3875abdfb688f2cc6c5adf Bug-AGL: SPEC-561 Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9219 --- meta-agl-distro/conf/distro/poky-agl.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index ccaae9b2f..fae35c631 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -90,3 +90,6 @@ USER_CLASSES = "buildstats image-mklibs" # weak 'default value' assignment for a DEFAULTTUNE DEFAULTTUNE_arm ??= "armv7athf-neon" + +# temporary fix for meta-updater (to be removed 2017-05-01) +IMAGE_INSTALL_remove = "rvi-sota-client" -- cgit 1.2.3-korg