summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb25
1 files changed, 21 insertions, 4 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 103503645d..edf41b1dfa 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -5,7 +5,7 @@
5SUMMARY = "Profiling tools" 5SUMMARY = "Profiling tools"
6LICENSE = "MIT" 6LICENSE = "MIT"
7 7
8PR = "r1" 8PR = "r2"
9 9
10inherit packagegroup 10inherit packagegroup
11 11
@@ -29,8 +29,7 @@ PROFILETOOLS = "\
29 oprofileui-server \ 29 oprofileui-server \
30 powertop \ 30 powertop \
31 latencytop \ 31 latencytop \
32 lttng-control \ 32 "
33 lttng-viewer"
34 33
35# systemtap needs elfutils which is not fully buildable on uclibc 34# systemtap needs elfutils which is not fully buildable on uclibc
36# hence we exclude it from uclibc based builds 35# hence we exclude it from uclibc based builds
@@ -44,10 +43,25 @@ SYSTEMTAP_mips = ""
44# which means we can not use syscall() to call it. So we ignore 43# which means we can not use syscall() to call it. So we ignore
45# it for x86_64/uclibc 44# it for x86_64/uclibc
46 45
47LTTNGUST = "lttng-ust" 46LTTNGUST = "lttng2-ust"
48LTTNGUST_libc-uclibc = "" 47LTTNGUST_libc-uclibc = ""
49LTTNGUST_mips = "" 48LTTNGUST_mips = ""
50 49
50# lttng-tools, lttng-modules and babeltrace all depend on liburcu
51# which currentl doesn't build on mips
52
53LTTNGTOOLS = "lttng-tools"
54LTTNGTOOLS_mips = ""
55LTTNGTOOLS_aarch64 = ""
56
57LTTNGMODULES = "lttng-modules"
58LTTNGMODULES_mips = ""
59LTTNGMODULES_aarch64 = ""
60
61BABELTRACE = "babeltrace"
62BABELTRACE_mips = ""
63BABELTRACE_aarch64 = ""
64
51# valgrind does not work on mips 65# valgrind does not work on mips
52 66
53VALGRIND = "valgrind" 67VALGRIND = "valgrind"
@@ -65,6 +79,9 @@ VALGRIND_arm = ""
65RDEPENDS_${PN} = "\ 79RDEPENDS_${PN} = "\
66 ${PROFILETOOLS} \ 80 ${PROFILETOOLS} \
67 ${LTTNGUST} \ 81 ${LTTNGUST} \
82 ${LTTNGTOOLS} \
83 ${LTTNGMODULES} \
84 ${BABELTRACE} \
68 ${SYSTEMTAP} \ 85 ${SYSTEMTAP} \
69 ${VALGRIND} \ 86 ${VALGRIND} \
70 " 87 "