Files
poky/meta/packages/tasks/task-poky.bb
Marcin Juszkiewicz 40c209b79d Cleaned up task-poky and Poky images.
By default we install task-poky-boot and task-base. Additional stuff was split
to several tasks and each got IMAGE_FEATURE.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2037 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-28 10:51:31 +00:00

125 lines
2.5 KiB
BlitzBasic

#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "Tasks for OpenedHand Poky"
PR = "r4"
PACKAGES = "\
task-poky-apps-console \
task-poky-apps-console-dbg \
task-poky-apps-console-dev \
task-poky-apps-x11-core \
task-poky-apps-x11-core-dbg \
task-poky-apps-x11-core-dev \
task-poky-apps-x11-games \
task-poky-apps-x11-games-dbg \
task-poky-apps-x11-games-dev \
task-poky-apps-x11-pimlico \
task-poky-apps-x11-pimlico-dbg \
task-poky-apps-x11-pimlico-dev \
task-poky-x11-base \
task-poky-x11-base-dbg \
task-poky-x11-base-dev \
task-poky-x11-sato \
task-poky-x11-sato-dbg \
task-poky-x11-sato-dev \
task-poky-devtools \
task-poky-devtools-dbg \
task-poky-devtools-dev \
task-poky-testapps \
task-poky-testapps-dbg \
task-poky-testapps-dev \
task-poky-nfs-server \
task-poky-nfs-server-dbg \
task-poky-nfs-server-dev \
"
PACKAGE_ARCH = "${MACHINE_ARCH}"
XSERVER ?= "xserver-kdrive-fbdev"
ALLOW_EMPTY = "1"
RDEPENDS_task-poky-apps-console = "\
avahi-daemon \
dropbear \
portmap \
psplash"
RDEPENDS_task-poky-x11-base = "\
matchbox-common \
matchbox-wm \
matchbox-keyboard \
matchbox-keyboard-applet \
matchbox-keyboard-im \
matchbox-panel-2 \
matchbox-desktop \
${XSERVER} \
xserver-kdrive-common \
xserver-nodm-init \
liberation-fonts \
xauth \
xhost \
xset \
xrandr"
RDEPENDS_task-poky-apps-x11-core = "\
leafpad \
pcmanfm \
rxvt-unicode \
screenshot \
"
RDEPENDS_task-poky-apps-x11-games = "\
puzzles"
RDEPENDS_task-poky-apps-x11-pimlico = "\
eds-dbus \
contacts \
dates \
tasks \
web \
"
RDEPENDS_task-poky-x11-sato = "\
matchbox-desktop \
matchbox-sato \
matchbox-keyboard \
matchbox-stroke \
matchbox-config-gtk \
matchbox-themes-gtk \
matchbox-applet-startup-monitor \
xcursor-transparent-theme \
sato-icon-theme \
settings-daemon \
gtk-sato-engine"
RDEPENDS_task-poky-devtools = "\
oprofile \
oprofileui-server \
gdb \
strace \
less \
lttng-viewer"
RRECOMMENDS_task-poky-devtools = "\
kernel-module-oprofile"
RDEPENDS_task-poky-testapps = "\
tslib-calibrate \
tslib-tests \
lrzsz \
alsa-utils-amixer \
alsa-utils-aplay \
owl-video-widget \
gst-meta-video \
gst-meta-audio"
RDEPENDS_task-poky-nfs-server = "\
nfs-utils"
# rpcinfo can be useful
RRECOMMENDS_task-poky-nfs-server = "\
glibc-utils"