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.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.bb')
-rw-r--r-- | meta/packages/tasks/task-poky.bb | 51 |
1 files changed, 2 insertions, 49 deletions
diff --git a/meta/packages/tasks/task-poky.bb b/meta/packages/tasks/task-poky.bb index 8204b6383f..f2fa2b2b45 100644 --- a/meta/packages/tasks/task-poky.bb +++ b/meta/packages/tasks/task-poky.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | # | 1 | # |
2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007-2008 OpenedHand Ltd. |
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Tasks for OpenedHand Poky" | 5 | DESCRIPTION = "Tasks for OpenedHand Poky" |
6 | PR = "r25" | 6 | PR = "r26" |
7 | 7 | ||
8 | PACKAGES = "\ | 8 | PACKAGES = "\ |
9 | task-poky-apps-console \ | 9 | task-poky-apps-console \ |
@@ -24,15 +24,6 @@ PACKAGES = "\ | |||
24 | task-poky-x11-sato \ | 24 | task-poky-x11-sato \ |
25 | task-poky-x11-sato-dbg \ | 25 | task-poky-x11-sato-dbg \ |
26 | task-poky-x11-sato-dev \ | 26 | task-poky-x11-sato-dev \ |
27 | task-poky-tools-debug \ | ||
28 | task-poky-tools-debug-dbg \ | ||
29 | task-poky-tools-debug-dev \ | ||
30 | task-poky-tools-profile \ | ||
31 | task-poky-tools-profile-dbg \ | ||
32 | task-poky-tools-profile-dev \ | ||
33 | task-poky-tools-testapps \ | ||
34 | task-poky-tools-testapps-dbg \ | ||
35 | task-poky-tools-testapps-dev \ | ||
36 | " | 27 | " |
37 | 28 | ||
38 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 29 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -105,41 +96,3 @@ RDEPENDS_task-poky-x11-sato = "\ | |||
105 | settings-daemon \ | 96 | settings-daemon \ |
106 | networkmanager-applet \ | 97 | networkmanager-applet \ |
107 | gtk-sato-engine" | 98 | gtk-sato-engine" |
108 | |||
109 | |||
110 | RDEPENDS_task-poky-tools-debug = "\ | ||
111 | gdb \ | ||
112 | gdbserver \ | ||
113 | strace" | ||
114 | |||
115 | |||
116 | RDEPENDS_task-poky-tools-profile = "\ | ||
117 | exmap-console \ | ||
118 | exmap-server \ | ||
119 | oprofile \ | ||
120 | oprofileui-server \ | ||
121 | powertop \ | ||
122 | lttng-control \ | ||
123 | lttng-viewer" | ||
124 | |||
125 | RDEPENDS_task-poky-tools-profile_qemux86 += "valgrind" | ||
126 | |||
127 | RRECOMMENDS_task-poky-tools-profile = "\ | ||
128 | kernel-module-oprofile" | ||
129 | |||
130 | |||
131 | RDEPENDS_task-poky-tools-testapps = "\ | ||
132 | blktool \ | ||
133 | tslib-calibrate \ | ||
134 | tslib-tests \ | ||
135 | lrzsz \ | ||
136 | kexec-tools \ | ||
137 | alsa-utils-amixer \ | ||
138 | alsa-utils-aplay \ | ||
139 | owl-video-widget \ | ||
140 | gst-meta-video \ | ||
141 | gst-meta-audio \ | ||
142 | xrestop \ | ||
143 | xwininfo \ | ||
144 | xprop \ | ||
145 | xvideo-tests" | ||