diff options
author | Joshua Lock <josh@openedhand.com> | 2008-09-25 09:50:05 +0000 |
---|---|---|
committer | Joshua Lock <josh@openedhand.com> | 2008-09-25 09:50:05 +0000 |
commit | 8f8fbefd0f44f0f79b76aa3be75b4738129d4d26 (patch) | |
tree | c74935a504af0b66d57a601a8df1fd8dcf95f1b3 /meta/packages/tasks | |
parent | c8ece75aea96cbd1120e385de22f50b4e4944b6c (diff) | |
download | openembedded-core-8f8fbefd0f44f0f79b76aa3be75b4738129d4d26.tar.gz openembedded-core-8f8fbefd0f44f0f79b76aa3be75b4738129d4d26.tar.bz2 openembedded-core-8f8fbefd0f44f0f79b76aa3be75b4738129d4d26.zip |
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.bb | 27 |
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 @@ +# +# Copyright (C) 2008 Intel. +# + +DESCRIPTION = "Netbook Tasks for Poky" +PR = "r0" + +PACKAGES = "\ + task-poky-x11-netbook \ + task-poky-x11-netbook-dbg \ + task-poky-x11-netbook-dev \ + " + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +ALLOW_EMPTY = "1" + +NETWORK_MANAGER ?= "networkmanager-applet" +RDEPENDS_task-poky-x11-netbook = "\ + metacity-clutter \ + matchbox-desktop \ + matchbox-session-netbook \ + matchbox-config-gtk \ + xcursor-transparent-theme \ + sato-icon-theme \ + settings-daemon \ + ${NETWORK_MANAGER}" |