diff options
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | 2018-10-18 13:26:09 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-20 22:39:25 +0100 |
commit | c1a98853f90857a735bacf75ccbdd6f2f7094ccf (patch) | |
tree | 88d18d9516ee92994ca550fcbef4775eee83a857 | |
parent | b7b476efee8c959a0227905e40bd9b5ef493632d (diff) | |
download | openembedded-core-c1a98853f90857a735bacf75ccbdd6f2f7094ccf.tar.gz openembedded-core-c1a98853f90857a735bacf75ccbdd6f2f7094ccf.tar.bz2 openembedded-core-c1a98853f90857a735bacf75ccbdd6f2f7094ccf.zip |
packagegroup-core-tools-profile: disable valgrind on arc
As of today there's no port of Valgrind for ARC so disabling it.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 520d907714..4ec1f9284f 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb @@ -55,6 +55,7 @@ VALGRIND = "valgrind" VALGRIND_libc-musl = "" VALGRIND_mipsarch = "" VALGRIND_nios2 = "" +VALGRIND_arc = "" VALGRIND_armv4 = "" VALGRIND_armv5 = "" VALGRIND_armv6 = "" |