diff options
author | Kang Kai <kai.kang@windriver.com> | 2013-07-11 02:48:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-13 18:23:32 +0100 |
commit | f9625c227f8d0d35d9f722a3570e82896c2a975c (patch) | |
tree | de4a7935e254604373833786611d148ecd1d2aec /meta | |
parent | f8bee41377ccf9b4f614c687185d73c9e1286e22 (diff) | |
download | poky-f9625c227f8d0d35d9f722a3570e82896c2a975c.tar.gz |
packagegroup-core-tools-profile: exclude systemtap and valgrind for mips64
systemap and valgrind are not buildable for mips64, so exclude them for
mips64 from packagegroup-core-tools-profile.
(From OE-Core rev: fbc198113548783e326eebbb6b28b181528e900f)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 |
1 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 bb1b78b8e4..9eb1458baa 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | |||
@@ -38,6 +38,7 @@ PROFILETOOLS = "\ | |||
38 | SYSTEMTAP = "systemtap" | 38 | SYSTEMTAP = "systemtap" |
39 | SYSTEMTAP_libc-uclibc = "" | 39 | SYSTEMTAP_libc-uclibc = "" |
40 | SYSTEMTAP_mips = "" | 40 | SYSTEMTAP_mips = "" |
41 | SYSTEMTAP_mips64 = "" | ||
41 | SYSTEMTAP_aarch64 = "" | 42 | SYSTEMTAP_aarch64 = "" |
42 | 43 | ||
43 | # lttng-ust uses sched_getcpu() which is not there on uclibc | 44 | # lttng-ust uses sched_getcpu() which is not there on uclibc |
@@ -64,6 +65,7 @@ BABELTRACE_aarch64 = "" | |||
64 | VALGRIND = "valgrind" | 65 | VALGRIND = "valgrind" |
65 | VALGRIND_libc-uclibc = "" | 66 | VALGRIND_libc-uclibc = "" |
66 | VALGRIND_mips = "" | 67 | VALGRIND_mips = "" |
68 | VALGRIND_mips64 = "" | ||
67 | VALGRIND_arm = "" | 69 | VALGRIND_arm = "" |
68 | VALGRIND_aarch64 = "" | 70 | VALGRIND_aarch64 = "" |
69 | 71 | ||