diff options
author | Christopher Larson <chris_larson@mentor.com> | 2013-06-10 16:15:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-11 15:55:59 +0100 |
commit | e525ef961969ca60922cba21cdadc690f32c41ac (patch) | |
tree | 8c234d63bae4f9f639657afcb843c262fa455af3 /meta | |
parent | d4a7820eee932c9796920e9453be68f9b7eb8ade (diff) | |
download | poky-e525ef961969ca60922cba21cdadc690f32c41ac.tar.gz |
packagegroup-core-tools-profile: don't exclude mips
Now that liburcu supports mips, this packagegroup can pull in lttng recipes
(lttng-ust, lttng-tools, lttng-modules, babeltrace) on that architecture as it
does for the others.
(From OE-Core rev: c0f435cde195e1d037af32c69aa1732797362cfa)
Signed-off-by: Christopher Larson <chris_larson@mentor.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 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 8f40c4e14a..bb1b78b8e4 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | |||
@@ -48,22 +48,15 @@ SYSTEMTAP_aarch64 = "" | |||
48 | 48 | ||
49 | LTTNGUST = "lttng-ust" | 49 | LTTNGUST = "lttng-ust" |
50 | LTTNGUST_libc-uclibc = "" | 50 | LTTNGUST_libc-uclibc = "" |
51 | LTTNGUST_mips = "" | ||
52 | LTTNGUST_aarch64 = "" | 51 | LTTNGUST_aarch64 = "" |
53 | 52 | ||
54 | # lttng-tools, lttng-modules and babeltrace all depend on liburcu | ||
55 | # which currentl doesn't build on mips | ||
56 | |||
57 | LTTNGTOOLS = "lttng-tools" | 53 | LTTNGTOOLS = "lttng-tools" |
58 | LTTNGTOOLS_mips = "" | ||
59 | LTTNGTOOLS_aarch64 = "" | 54 | LTTNGTOOLS_aarch64 = "" |
60 | 55 | ||
61 | LTTNGMODULES = "lttng-modules" | 56 | LTTNGMODULES = "lttng-modules" |
62 | LTTNGMODULES_mips = "" | ||
63 | LTTNGMODULES_aarch64 = "" | 57 | LTTNGMODULES_aarch64 = "" |
64 | 58 | ||
65 | BABELTRACE = "babeltrace" | 59 | BABELTRACE = "babeltrace" |
66 | BABELTRACE_mips = "" | ||
67 | BABELTRACE_aarch64 = "" | 60 | BABELTRACE_aarch64 = "" |
68 | 61 | ||
69 | # valgrind does not work on mips | 62 | # valgrind does not work on mips |
@@ -77,10 +70,6 @@ VALGRIND_aarch64 = "" | |||
77 | # exmap-console | 70 | # exmap-console |
78 | # exmap-server | 71 | # exmap-server |
79 | 72 | ||
80 | # At present we only build lttng-ust on | ||
81 | # qemux86/qemux86-64/qemuppc/qemuarm/emenlow/atom-pc since upstream liburcu | ||
82 | # (which is required by lttng-ust) may not build on other platforms, like | ||
83 | # MIPS. | ||
84 | RDEPENDS_${PN} = "\ | 73 | RDEPENDS_${PN} = "\ |
85 | ${PROFILETOOLS} \ | 74 | ${PROFILETOOLS} \ |
86 | ${LTTNGUST} \ | 75 | ${LTTNGUST} \ |