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
This commit is contained in:
Richard Purdie 2008-05-19 09:12:40 +00:00
parent 33826e0037
commit 816639fb2e
2 changed files with 59 additions and 49 deletions

View File

@ -0,0 +1,57 @@
#
# Copyright (C) 2008 OpenedHand Ltd.
#
DESCRIPTION = "Tools tasks for Poky"
PR = "r0"
PACKAGES = "\
task-poky-tools-debug \
task-poky-tools-debug-dbg \
task-poky-tools-debug-dev \
task-poky-tools-profile \
task-poky-tools-profile-dbg \
task-poky-tools-profile-dev \
task-poky-tools-testapps \
task-poky-tools-testapps-dbg \
task-poky-tools-testapps-dev \
"
PACKAGE_ARCH = "${MACHINE_ARCH}"
ALLOW_EMPTY = "1"
RDEPENDS_task-poky-tools-debug = "\
gdb \
gdbserver \
strace"
RDEPENDS_task-poky-tools-profile = "\
exmap-console \
exmap-server \
oprofile \
oprofileui-server \
powertop \
lttng-control \
lttng-viewer"
RDEPENDS_task-poky-tools-profile_qemux86 += "valgrind"
RRECOMMENDS_task-poky-tools-profile = "\
kernel-module-oprofile"
RDEPENDS_task-poky-tools-testapps = "\
blktool \
tslib-calibrate \
tslib-tests \
lrzsz \
kexec-tools \
alsa-utils-amixer \
alsa-utils-aplay \
owl-video-widget \
gst-meta-video \
gst-meta-audio \
xrestop \
xwininfo \
xprop \
xvideo-tests"

View File

@ -1,9 +1,9 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
# Copyright (C) 2007-2008 OpenedHand Ltd.
#
DESCRIPTION = "Tasks for OpenedHand Poky"
PR = "r25"
PR = "r26"
PACKAGES = "\
task-poky-apps-console \
@ -24,15 +24,6 @@ PACKAGES = "\
task-poky-x11-sato \
task-poky-x11-sato-dbg \
task-poky-x11-sato-dev \
task-poky-tools-debug \
task-poky-tools-debug-dbg \
task-poky-tools-debug-dev \
task-poky-tools-profile \
task-poky-tools-profile-dbg \
task-poky-tools-profile-dev \
task-poky-tools-testapps \
task-poky-tools-testapps-dbg \
task-poky-tools-testapps-dev \
"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@ -105,41 +96,3 @@ RDEPENDS_task-poky-x11-sato = "\
settings-daemon \
networkmanager-applet \
gtk-sato-engine"
RDEPENDS_task-poky-tools-debug = "\
gdb \
gdbserver \
strace"
RDEPENDS_task-poky-tools-profile = "\
exmap-console \
exmap-server \
oprofile \
oprofileui-server \
powertop \
lttng-control \
lttng-viewer"
RDEPENDS_task-poky-tools-profile_qemux86 += "valgrind"
RRECOMMENDS_task-poky-tools-profile = "\
kernel-module-oprofile"
RDEPENDS_task-poky-tools-testapps = "\
blktool \
tslib-calibrate \
tslib-tests \
lrzsz \
kexec-tools \
alsa-utils-amixer \
alsa-utils-aplay \
owl-video-widget \
gst-meta-video \
gst-meta-audio \
xrestop \
xwininfo \
xprop \
xvideo-tests"