]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/conf/machine/nokia770.conf
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / conf / machine / nokia770.conf
1 #@TYPE: Machine
2 #@NAME: Nokia 770 internet tablet
3 #@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet
4 TARGET_ARCH = "arm"
5 IPKG_ARCHS = "all arm armv4 armv5te"
6
7 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap"
8 PREFERRED_PROVIDER_virtual/bootloader = ""
9
10 XSERVER = "xserver-kdrive-omap"
11
12 # 800x480 is big enough for me
13 GUI_MACHINE_CLASS = "bigscreen"
14 GPE_EXTRA_DEPENDS += "gaim sylpheed gpe-mini-browser tscalib"
15 GPE_EXTRA_INSTALL += "gaim sylpheed gpe-mini-browser tscalib"
16
17 # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm.
18 include conf/machine/tune-arm926ejs.conf
19
20
21 #size of the root partition (yes, it is 123 MB)
22 ROOT_FLASH_SIZE = "123"
23 EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 --no-cleanmarkers"
24
25 # serial console port on devboard rev. B3
26 #SERIAL_CONSOLE = "115200 tts/0"
27 SERIAL_CONSOLE = "115200 ttyS0"
28
29
30 #build omap1 till nokia releases the patches
31 PREFERRED_PROVIDER_virtual/kernel = "linux-omap1"
32
33 BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel sysfsutils  nokia770-init \
34 pcmcia-cs apmd ppp wireless-tools console-tools openswan wpa-supplicant-nossl lrzsz ppp-dialin"
35
36 BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils  nokia770-init \
37 pcmcia-cs apm  ppp wireless-tools console-tools"
38
39 # NFS Modules
40 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc"
41 # Crypto Modules
42 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5"
43 # SMB and CRAMFS
44 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs"
45 # Serial Modules
46 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 "
47 # Bluetooth Modules
48 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \
49 #                             kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco"
50 # PPP Modules
51 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ppp-generic kernel-module-ppp-async"
52
53 #USB Gadget Modules
54 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage kernel-module-g-serial \
55 #                                                        kernel-module-g-ether"
56
57 include conf/machine/handheld-common.conf
58