summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/tasks
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-09-20 14:18:45 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-20 14:18:45 +0100
commit79a4501a2ead92cb512eef0bd3dfe133d0e5d799 (patch)
tree5f82f1971c81034799bd5ab330e54b281020fc24 /meta/recipes-sato/tasks
parent03d9669cbcc35a49120b9cc277723bccd93f4cf3 (diff)
downloadpoky-79a4501a2ead92cb512eef0bd3dfe133d0e5d799.tar.gz
Complete packages -> recipes transition
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/tasks')
-rw-r--r--meta/recipes-sato/tasks/task-poky.bb72
1 files changed, 72 insertions, 0 deletions
diff --git a/meta/recipes-sato/tasks/task-poky.bb b/meta/recipes-sato/tasks/task-poky.bb
new file mode 100644
index 0000000000..1f971954cd
--- /dev/null
+++ b/meta/recipes-sato/tasks/task-poky.bb
@@ -0,0 +1,72 @@
1#
2# Copyright (C) 2007-2008 OpenedHand Ltd.
3#
4
5DESCRIPTION = "Tasks for OpenedHand Poky"
6LICENSE = "MIT"
7PR = "r33"
8
9PACKAGES = "\
10 task-poky-apps-console \
11 task-poky-apps-console-dbg \
12 task-poky-apps-console-dev \
13 task-poky-apps-x11-core \
14 task-poky-apps-x11-core-dbg \
15 task-poky-apps-x11-core-dev \
16 task-poky-apps-x11-games \
17 task-poky-apps-x11-games-dbg \
18 task-poky-apps-x11-games-dev \
19 task-poky-x11-base \
20 task-poky-x11-base-dbg \
21 task-poky-x11-base-dev \
22 "
23
24PACKAGE_ARCH = "${MACHINE_ARCH}"
25
26XSERVER ?= "xserver-kdrive-fbdev"
27
28ALLOW_EMPTY = "1"
29
30SPLASH ?= "psplash"
31
32# pcmanfm doesn't work on mips/powerpc
33FILEMANAGER ?= "pcmanfm"
34FILEMANAGER_mips ?= ""
35
36RDEPENDS_task-poky-apps-console = "\
37 avahi-daemon \
38 dropbear \
39 dbus \
40 portmap \
41 ${SPLASH}"
42
43
44RDEPENDS_task-poky-x11-base = "\
45 dbus \
46 pointercal \
47 matchbox-wm \
48 matchbox-keyboard \
49 matchbox-keyboard-applet \
50 matchbox-keyboard-im \
51 matchbox-panel-2 \
52 matchbox-desktop \
53 matchbox-session \
54 ${XSERVER} \
55 x11-common \
56 xserver-nodm-init \
57 liberation-fonts \
58 xauth \
59 xhost \
60 xset \
61 xrandr"
62
63
64RDEPENDS_task-poky-apps-x11-core = "\
65 leafpad \
66 ${FILEMANAGER} \
67 matchbox-terminal \
68 screenshot"
69
70
71RDEPENDS_task-poky-apps-x11-games = "\
72 oh-puzzles"