diff options
| -rw-r--r-- | meta/packages/tasks/task-poky-tools.bb | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/meta/packages/tasks/task-poky-tools.bb b/meta/packages/tasks/task-poky-tools.bb index 3872cd5633..1d6ec7031c 100644 --- a/meta/packages/tasks/task-poky-tools.bb +++ b/meta/packages/tasks/task-poky-tools.bb | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | DESCRIPTION = "Tools tasks for Poky" | 5 | DESCRIPTION = "Tools tasks for Poky" |
| 6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 7 | PR = "r3" | 7 | PR = "r4" |
| 8 | 8 | ||
| 9 | PACKAGES = "\ | 9 | PACKAGES = "\ |
| 10 | task-poky-tools-debug \ | 10 | task-poky-tools-debug \ |
| @@ -45,8 +45,16 @@ RDEPENDS_task-poky-tools-profile = "\ | |||
| 45 | # exmap-console | 45 | # exmap-console |
| 46 | # exmap-server | 46 | # exmap-server |
| 47 | 47 | ||
| 48 | 48 | # At present we only build lttng-ust on | |
| 49 | RDEPENDS_append_task-poky-tools-profile_qemux86 = "valgrind" | 49 | # qemux86/qemux86-64/qemuppc/qemumips/emenlow/netbook since upstream liburcu |
| 50 | # (which is required by lttng-ust) may not build on other platforms, like | ||
| 51 | # qemu ARMv5te that poky uses now. | ||
| 52 | RDEPENDS_task-poky-tools-profile_append_qemux86 = " valgrind lttng-ust" | ||
| 53 | RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust" | ||
| 54 | RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust" | ||
| 55 | RDEPENDS_task-poky-tools-profile_append_qemumips = " lttng-ust" | ||
| 56 | RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust" | ||
| 57 | RDEPENDS_task-poky-tools-profile_append_netbook = " lttng-ust" | ||
| 50 | 58 | ||
| 51 | RRECOMMENDS_task-poky-tools-profile = "\ | 59 | RRECOMMENDS_task-poky-tools-profile = "\ |
| 52 | kernel-module-oprofile" | 60 | kernel-module-oprofile" |
