merge of a3eaa78e93ce09edb93d710e411a9ec816ded220
[vuplus_openembedded] / conf / machine / netbook-pro.conf
1 #@TYPE: Machine
2 #@Name: Psion teklogix netbookpro Platform
3 #@DESCRIPTION: Machine configuration for Psion teklogix netbookpro Platformm
4
5 INHERIT += "linux_modules"
6
7 TARGET_ARCH = "arm"
8 IPKG_EXTRA_ARCHS = "armv5te"
9
10 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
11
12 #don't try to access tty1
13 USE_VT = "0"
14
15
16
17 #ship in rootfs:
18 NBP_MODULES =   " apm \
19                   pcmcia-core \
20                   ipv6 "
21 BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${NBP_MODULES}', d)}"
22 BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
23
24 GPE_EXTRA_INSTALL += "gpe-mini-browser tinymail"
25
26 # used by sysvinit_2
27 SERIAL_CONSOLE = "115200 ttySA0 vt100"
28
29 # used by some images
30 ROOT_FLASH_SIZE = "32"
31 #extra jffs2 tweaks
32 EXTRA_IMAGECMD_jffs2 = "-e 16384 -p 512 -n --little-endian"
33 udevdir = "/dev"
34
35 GUI_MACHINE_CLASS = "bigscreen"
36
37
38
39 include conf/machine/include/tune-xscale.conf