mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
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:
57
meta/packages/tasks/task-poky-tools.bb
Normal file
57
meta/packages/tasks/task-poky-tools.bb
Normal 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"
|
||||
Reference in New Issue
Block a user