summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb1
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.14.0.bb1
2 files changed, 2 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 4ec1f9284f..33d9c09a66 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -63,6 +63,7 @@ VALGRIND_armeb = ""
63VALGRIND_aarch64 = "" 63VALGRIND_aarch64 = ""
64VALGRIND_riscv64 = "" 64VALGRIND_riscv64 = ""
65VALGRIND_linux-gnux32 = "" 65VALGRIND_linux-gnux32 = ""
66VALGRIND_linux-gnun32 = ""
66 67
67RDEPENDS_${PN} = "\ 68RDEPENDS_${PN} = "\
68 ${PROFILETOOLS} \ 69 ${PROFILETOOLS} \
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb
index 7f0a93f6f8..97e58a446a 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb
@@ -54,6 +54,7 @@ COMPATIBLE_HOST_linux-muslx32 = 'null'
54 54
55# Disable for some MIPS variants 55# Disable for some MIPS variants
56COMPATIBLE_HOST_mipsarchr6 = 'null' 56COMPATIBLE_HOST_mipsarchr6 = 'null'
57COMPATIBLE_HOST_linux-gnun32 = 'null'
57 58
58inherit autotools ptest multilib_header 59inherit autotools ptest multilib_header
59 60