Add xserver-nodm-init script, add udev+sysfsutils to meta-oh, fix typo in xserver-kdrive-common. The script calibrates the ts and starts the xserver but probbably does more than it should have to.

git-svn-id: https://svn.o-hand.com/repos/poky@47 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2005-09-28 09:25:37 +00:00
parent 66e9ae7975
commit c335f42133
6 changed files with 64 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ PACKAGES = "oh-base-depends oh-task-base"
# oh-task-base
DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
PR = "r5"
PR = "r6"
ALLOW_EMPTY = "1"
@@ -18,12 +18,15 @@ oh-task-base = "\
matchbox-poky \
xcursor-transparent-theme \
xserver-kdrive-common \
xserver-nodm-init \
gtk+ \
rxvt \
xhost \
gdb \
strace \
ttf-bitstream-vera \
udev \
sysfsutils \
xauth"
# avahi-daemon \

View File

@@ -1,4 +1,4 @@
PR = "r2"
PR = "r3"
export IMAGE_BASENAME = "oh-image"