summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2021-04-07 13:49:20 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-04-23 16:18:03 +0800
commitaeb9a929ef34e61820916227358061e9b0ef9724 (patch)
tree356f0fb2ff661020abe7c30c1a8c397baa64f624
parentc4419fb58b6ab5f4fbdcd65e5b6d2e7742c8d66f (diff)
downloadopenembedded-core-contrib-aeb9a929ef34e61820916227358061e9b0ef9724.tar.gz
packagegroup-core-tools-profile: Remove valgrind for riscv32
valgrind is not yet ported to riscv32. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit df70bc4c60838af1dd7e7f31aba43e8d190def77) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb1
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 b8e2c718e6..194dca76d0 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -57,6 +57,7 @@ VALGRIND_armv6 = ""
VALGRIND_armeb = ""
VALGRIND_aarch64 = ""
VALGRIND_riscv64 = ""
+VALGRIND_riscv32 = ""
VALGRIND_powerpc = "${@bb.utils.contains('TARGET_FPU', 'soft', '', 'valgrind', d)}"
VALGRIND_linux-gnux32 = ""
VALGRIND_linux-gnun32 = ""