diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index ff2b5779a2..b6520d6779 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | |||
@@ -59,7 +59,7 @@ LTTNGMODULES = "lttng-modules" | |||
59 | 59 | ||
60 | BABELTRACE = "babeltrace" | 60 | BABELTRACE = "babeltrace" |
61 | 61 | ||
62 | # valgrind does not work on mips | 62 | # valgrind does not work on the following configurations/architectures |
63 | 63 | ||
64 | VALGRIND = "valgrind" | 64 | VALGRIND = "valgrind" |
65 | VALGRIND_libc-uclibc = "" | 65 | VALGRIND_libc-uclibc = "" |
@@ -68,7 +68,9 @@ VALGRIND_mips = "" | |||
68 | VALGRIND_mips64 = "" | 68 | VALGRIND_mips64 = "" |
69 | VALGRIND_mips64n32 = "" | 69 | VALGRIND_mips64n32 = "" |
70 | VALGRIND_nios2 = "" | 70 | VALGRIND_nios2 = "" |
71 | VALGRIND_arm = "" | 71 | VALGRIND_armv4 = "" |
72 | VALGRIND_armv5 = "" | ||
73 | VALGRIND_armv6 = "" | ||
72 | VALGRIND_aarch64 = "" | 74 | VALGRIND_aarch64 = "" |
73 | 75 | ||
74 | RDEPENDS_${PN} = "\ | 76 | RDEPENDS_${PN} = "\ |