From 16d03b87304e2bcb01d97a560caf80ecd1d5afda Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 22 Aug 2018 13:43:05 +0000 Subject: Port the latest version of valgrind Some issues appear with the current version of valgrind on aarch64. (valgrind exits due to an unhandled instruction) An update of valgrind solves this problem. I guess other platform need a update on valgrind too, so this port is not gen3 exclusive. This port uses the yocto recipes(poky:7e7ee662f5dea4d090293045f7498093322802cc): * with some fix on the patch. * remove patch already merged in valgrind git. Bug-AGL: SPEC-1677 Change-Id: Ibf467bee03487252f24ef046b9fe4e4ff6d389da Signed-off-by: Ronan Le Martret --- meta-agl-distro/conf/distro/poky-agl.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-agl-distro/conf/distro/poky-agl.conf') diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 017168386..671a6f5c1 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -162,3 +162,8 @@ DIRFILES_pn-nativesdk-cmake = "1" # We exclude the conflicting vars from the sstate task hash. # This needs to be verified. do_package_write_rpm[vardepsexclude] += "ARCHIVER_TOPDIR PF" + +# For https://jira.automotivelinux.org/browse/SPEC-1677 +# Some issues appear, with the yocto version of valgrind, on aarch64. +# (valgrind exits due to an unhandled instruction') +PREFERRED_VERSION_valgrind ?= "git" -- cgit 1.2.3-korg