[OE-core] [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM

Andre McCurdy armccurdy at gmail.com
Sat Feb 13 04:31:51 UTC 2016


On Fri, Feb 12, 2016 at 3:26 AM, Felipe F. Tonello <eu at felipetonello.com> wrote:
> fixes af1ddab5c('task-core-tools-profile: fix valgrind for arm and systemtap for')

$ cd openembedded-core
$ git show af1ddab5c
fatal: ambiguous argument 'af1ddab5c': unknown revision or path not in
the working tree.

>
> Signed-off-by: Felipe F. Tonello <eu at felipetonello.com>
> ---
>  meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
> index 59d930bc7b72..52e17c59bcea 100644
> --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
> +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
> @@ -64,7 +64,6 @@ VALGRIND_libc-uclibc = ""
>  VALGRIND_mips = ""
>  VALGRIND_mips64 = ""
>  VALGRIND_mips64n32 = ""
> -VALGRIND_arm = ""

Valgrind only supports armv7a and above, so should still be excluded
for armv4, armv5 and armv6.

>  VALGRIND_aarch64 = ""
>
>  RDEPENDS_${PN} = "\
> --
> 2.7.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list