diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-05-19 09:12:40 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-05-19 09:12:40 +0000 |
| commit | 816639fb2e5ca2042b720bb259a668280d00f792 (patch) | |
| tree | 2b31227da2cf98472a11fa69bad786e55520f3df /meta/packages/tasks/task-poky-tools.bb | |
| parent | 33826e00376e5b9e042e82ce7cc7226af92848a5 (diff) | |
| download | poky-816639fb2e5ca2042b720bb259a668280d00f792.tar.gz | |
task-poky: Split out tools tasks to a separate file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4497 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks/task-poky-tools.bb')
| -rw-r--r-- | meta/packages/tasks/task-poky-tools.bb | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/meta/packages/tasks/task-poky-tools.bb b/meta/packages/tasks/task-poky-tools.bb new file mode 100644 index 0000000000..359538a77a --- /dev/null +++ b/meta/packages/tasks/task-poky-tools.bb | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2008 OpenedHand Ltd. | ||
| 3 | # | ||
| 4 | |||
| 5 | DESCRIPTION = "Tools tasks for Poky" | ||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | PACKAGES = "\ | ||
| 9 | task-poky-tools-debug \ | ||
| 10 | task-poky-tools-debug-dbg \ | ||
| 11 | task-poky-tools-debug-dev \ | ||
| 12 | task-poky-tools-profile \ | ||
| 13 | task-poky-tools-profile-dbg \ | ||
| 14 | task-poky-tools-profile-dev \ | ||
| 15 | task-poky-tools-testapps \ | ||
| 16 | task-poky-tools-testapps-dbg \ | ||
| 17 | task-poky-tools-testapps-dev \ | ||
| 18 | " | ||
| 19 | |||
| 20 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 21 | |||
| 22 | ALLOW_EMPTY = "1" | ||
| 23 | |||
| 24 | RDEPENDS_task-poky-tools-debug = "\ | ||
| 25 | gdb \ | ||
| 26 | gdbserver \ | ||
| 27 | strace" | ||
| 28 | |||
| 29 | RDEPENDS_task-poky-tools-profile = "\ | ||
| 30 | exmap-console \ | ||
| 31 | exmap-server \ | ||
| 32 | oprofile \ | ||
| 33 | oprofileui-server \ | ||
| 34 | powertop \ | ||
| 35 | lttng-control \ | ||
| 36 | lttng-viewer" | ||
| 37 | |||
| 38 | RDEPENDS_task-poky-tools-profile_qemux86 += "valgrind" | ||
| 39 | |||
| 40 | RRECOMMENDS_task-poky-tools-profile = "\ | ||
| 41 | kernel-module-oprofile" | ||
| 42 | |||
| 43 | RDEPENDS_task-poky-tools-testapps = "\ | ||
| 44 | blktool \ | ||
| 45 | tslib-calibrate \ | ||
| 46 | tslib-tests \ | ||
| 47 | lrzsz \ | ||
| 48 | kexec-tools \ | ||
| 49 | alsa-utils-amixer \ | ||
| 50 | alsa-utils-aplay \ | ||
| 51 | owl-video-widget \ | ||
| 52 | gst-meta-video \ | ||
| 53 | gst-meta-audio \ | ||
| 54 | xrestop \ | ||
| 55 | xwininfo \ | ||
| 56 | xprop \ | ||
| 57 | xvideo-tests" | ||
