merge of '4ea5971c2dd26e9c357b906128f0e339d80e3d50'
[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 PACKAGE_EXTRA_ARCHS = "arm armv4 armv4t 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 screen vfat"
19
20 # used by sysvinit_2
21 SERIAL_CONSOLE = "115200 ttySA0 vt100"
22
23 # used by some images
24 ROOT_FLASH_SIZE = "32"
25 #extra jffs2 tweaks
26 EXTRA_IMAGECMD_jffs2 = "-e 16384 -p 512 -n --little-endian"
27 udevdir = "/dev"
28
29 GUI_MACHINE_CLASS = "bigscreen"
30
31 #The initrd needs /initrd present to be able to do pivot_root 
32 ROOTFS_POSTPROCESS_COMMAND += " mkdir -p ${IMAGE_ROOTFS}/initrd; "
33
34 require conf/machine/include/tune-xscale.inc