diff options
author | Richard Purdie <richard@openedhand.com> | 2006-03-22 11:26:29 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-03-22 11:26:29 +0000 |
commit | a37f24f696dfb666bc8b31a039bea5c83b7f4baf (patch) | |
tree | b349e5570d5d0a2e57779909d13dcbfc809d4f4f | |
parent | 168d6434d49c9abc3f601ba88aa53b02d61af78c (diff) | |
download | openembedded-core-a37f24f696dfb666bc8b31a039bea5c83b7f4baf.tar.gz openembedded-core-a37f24f696dfb666bc8b31a039bea5c83b7f4baf.tar.bz2 openembedded-core-a37f24f696dfb666bc8b31a039bea5c83b7f4baf.zip |
nokia770 machine fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@320 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | openembedded/conf/machine/nokia770.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/conf/machine/nokia770.conf b/openembedded/conf/machine/nokia770.conf index d022d8703a..3d6b7c0c3d 100644 --- a/openembedded/conf/machine/nokia770.conf +++ b/openembedded/conf/machine/nokia770.conf @@ -2,7 +2,7 @@ #@NAME: Nokia 770 internet tablet #@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm armv4 armv5te" +IPKG_ARCHS = "all arm armv4 armv5te nokia770" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap" PREFERRED_PROVIDER_virtual/bootloader = "" @@ -29,8 +29,8 @@ SERIAL_CONSOLE = "115200 ttyS0" #build omap1 till nokia releases the patches PREFERRED_PROVIDER_virtual/kernel = "linux-omap1" -BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \ -pcmcia-cs apm ppp wireless-tools console-tools" +BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init detect-stylus \ +${PCMCIA_MANAGER} apm ppp wireless-tools console-tools" # NFS Modules #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" |