diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-04-24 22:06:28 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-25 10:14:03 +0000 |
commit | cfdfe1d2a280ec472ab71def2cdfb4b5abb15dce (patch) | |
tree | fbdc38bd767f8dd548458ef326b2243807f815d5 /meta-agl-distro/conf/distro | |
parent | c46e11751742e92f8ecdc242d59b9ed10e5024c4 (diff) |
Temporary fix for the agl-sota feature
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 <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9219
Diffstat (limited to 'meta-agl-distro/conf/distro')
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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" |