summaryrefslogtreecommitdiffstats
path: root/openembedded/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-22 11:26:29 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-22 11:26:29 +0000
commita37f24f696dfb666bc8b31a039bea5c83b7f4baf (patch)
treeb349e5570d5d0a2e57779909d13dcbfc809d4f4f /openembedded/conf
parent168d6434d49c9abc3f601ba88aa53b02d61af78c (diff)
downloadpoky-a37f24f696dfb666bc8b31a039bea5c83b7f4baf.tar.gz
nokia770 machine fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@320 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf')
-rw-r--r--openembedded/conf/machine/nokia770.conf6
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 @@
2#@NAME: Nokia 770 internet tablet 2#@NAME: Nokia 770 internet tablet
3#@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet 3#@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet
4TARGET_ARCH = "arm" 4TARGET_ARCH = "arm"
5IPKG_ARCHS = "all arm armv4 armv5te" 5IPKG_ARCHS = "all arm armv4 armv5te nokia770"
6 6
7PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap" 7PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap"
8PREFERRED_PROVIDER_virtual/bootloader = "" 8PREFERRED_PROVIDER_virtual/bootloader = ""
@@ -29,8 +29,8 @@ SERIAL_CONSOLE = "115200 ttyS0"
29#build omap1 till nokia releases the patches 29#build omap1 till nokia releases the patches
30PREFERRED_PROVIDER_virtual/kernel = "linux-omap1" 30PREFERRED_PROVIDER_virtual/kernel = "linux-omap1"
31 31
32BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \ 32BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init detect-stylus \
33pcmcia-cs apm ppp wireless-tools console-tools" 33${PCMCIA_MANAGER} apm ppp wireless-tools console-tools"
34 34
35# NFS Modules 35# NFS Modules
36#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" 36#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc"