This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 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 |
|
| 9 |
PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" |
| 10 |
|
| 11 |
#don't try to access tty1 |
| 12 |
USE_VT = "0" |
| 13 |
|
| 14 |
#use the epson xserver |
| 15 |
XSERVER = "xserver-kdrive-epson" |
| 16 |
|
| 17 |
MACHINE_FEATURES = "kernel26 touchscreen keyboard apm alsa pcmcia bluetooth irda usbhost screen vfat" |
| 18 |
|
| 19 |
# used by sysvinit_2 |
| 20 |
SERIAL_CONSOLE = "115200 ttySA0 vt100" |
| 21 |
|
| 22 |
# used by some images |
| 23 |
ROOT_FLASH_SIZE = "32" |
| 24 |
#extra jffs2 tweaks |
| 25 |
EXTRA_IMAGECMD_jffs2 = "-e 16384 -p 512 -n --little-endian" |
| 26 |
udevdir = "/dev" |
| 27 |
|
| 28 |
GUI_MACHINE_CLASS = "bigscreen" |
| 29 |
|
| 30 |
#The initrd needs /initrd present to be able to do pivot_root |
| 31 |
ROOTFS_POSTPROCESS_COMMAND += " mkdir -p ${IMAGE_ROOTFS}/initrd; " |
| 32 |
|
| 33 |
require conf/machine/include/tune-xscale.inc |