aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/netbook-pro.conf
blob: e4c108c071723979191718079ae50a16d522094c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#@TYPE: Machine
#@Name: Psion teklogix netbookpro Platform
#@DESCRIPTION: Machine configuration for Psion teklogix netbookpro Platformm

INHERIT += "linux_modules"

TARGET_ARCH = "arm"
IPKG_EXTRA_ARCHS = "armv5te"

PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"

#don't try to access tty1
USE_VT = "0"



#ship in rootfs:
NBP_MODULES = 	" apm \
                  pcmcia-core \
                  ipv6 "
BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${NBP_MODULES}', d)}"
BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"

GPE_EXTRA_INSTALL += "gpe-mini-browser tinymail"

# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttySA0 vt100"

# used by some images
ROOT_FLASH_SIZE = "32"
#extra jffs2 tweaks
EXTRA_IMAGECMD_jffs2 = "-e 16384 -p 512 -n --little-endian"
udevdir = "/dev"

GUI_MACHINE_CLASS = "bigscreen"



include conf/machine/include/tune-xscale.conf