diff options
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} \ |