merge of 11fba4b61b1e587f931023844ab267d82fa5c080
[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-kernel-base"
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 #use the epson xserver
16 XSERVER = "xserver-kdrive-epson"
17
18 MACHINE_FEATURES = "kernel26 touchscreen keyboard apm alsa pcmcia bluetooth irda usbhost"
19
20 #ship in rootfs:
21 NBP_MODULES =   " apm \
22                   pcmcia-core \
23                   ipv6 "
24 BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${NBP_MODULES}', d)}"
25 BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
26
27 GPE_EXTRA_INSTALL += "gpe-mini-browser"
28
29 # used by sysvinit_2
30 SERIAL_CONSOLE = "115200 ttySA0 vt100"
31
32 # used by some images
33 ROOT_FLASH_SIZE = "32"
34 #extra jffs2 tweaks
35 EXTRA_IMAGECMD_jffs2 = "-e 16384 -p 512 -n --little-endian"
36 udevdir = "/dev"
37
38 GUI_MACHINE_CLASS = "bigscreen"
39
40 #The initrd needs /initrd present to be able to do pivot_root 
41 ROOTFS_POSTPROCESS_COMMAND += " mkdir -p ${IMAGE_ROOTFS}/initrd; "
42
43 include conf/machine/include/tune-xscale.conf