summaryrefslogtreecommitdiffstats
path: root/meta/packages/tasks
diff options
context:
space:
mode:
authorJoshua Lock <josh@openedhand.com>2008-09-25 09:50:05 +0000
committerJoshua Lock <josh@openedhand.com>2008-09-25 09:50:05 +0000
commit8f8fbefd0f44f0f79b76aa3be75b4738129d4d26 (patch)
treec74935a504af0b66d57a601a8df1fd8dcf95f1b3 /meta/packages/tasks
parentc8ece75aea96cbd1120e385de22f50b4e4944b6c (diff)
downloadpoky-8f8fbefd0f44f0f79b76aa3be75b4738129d4d26.tar.gz
Initial support for netbooks with a poky-image-netbook(-live) image target.
This needs much love from folk with UI and WM skills. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5266 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r--meta/packages/tasks/task-poky-x11-netbook.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/packages/tasks/task-poky-x11-netbook.bb b/meta/packages/tasks/task-poky-x11-netbook.bb
new file mode 100644
index 0000000000..5a6407a0ab
--- /dev/null
+++ b/meta/packages/tasks/task-poky-x11-netbook.bb
@@ -0,0 +1,27 @@
1#
2# Copyright (C) 2008 Intel.
3#
4
5DESCRIPTION = "Netbook Tasks for Poky"
6PR = "r0"
7
8PACKAGES = "\
9 task-poky-x11-netbook \
10 task-poky-x11-netbook-dbg \
11 task-poky-x11-netbook-dev \
12 "
13
14PACKAGE_ARCH = "${MACHINE_ARCH}"
15
16ALLOW_EMPTY = "1"
17
18NETWORK_MANAGER ?= "networkmanager-applet"
19RDEPENDS_task-poky-x11-netbook = "\
20 metacity-clutter \
21 matchbox-desktop \
22 matchbox-session-netbook \
23 matchbox-config-gtk \
24 xcursor-transparent-theme \
25 sato-icon-theme \
26 settings-daemon \
27 ${NETWORK_MANAGER}"