1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-21 05:27:01 +00:00

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
This commit is contained in:
Joshua Lock
2008-09-25 09:50:05 +00:00
parent c8ece75aea
commit 8f8fbefd0f
7 changed files with 116 additions and 1 deletions
@@ -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}"