increase dvbapp PR.
[vuplus_openembedded] / conf / machine / logicpd-pxa270.conf
1 #@TYPE: Machine
2 #@Name: LogicPD PXA270 Development Platform
3 #@DESCRIPTION: Machine configuration for LogicPD PXA270 Zoom Development Platform
4 #OLDEST_KERNEL = "2.6.17-rc5"
5 TARGET_ARCH = "arm"
6 PREFERRED_VERSION_logicpd-pxa270 = "2.6.19.2"
7 GUI_MACHINE_CLASS = "smallscreen"
8
9 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}"
10
11 require conf/machine/include/tune-xscale.inc
12
13 # used by sysvinit_2
14 SERIAL_CONSOLE = "115200 ttyS0"
15
16 # used by opie-collections.inc
17 ROOT_FLASH_SIZE = "32"
18
19 # default flash partition setup of the LogicPD flash board is:
20 # 0x00000000-0x000c0000 : "Bootloader"
21 # 0x000c0000-0x01000000 : "YAFFS"
22 # 0x01000000-0x02000000 : "Filesystem" (JFFS2)
23
24 EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000 --eraseblock=0x40000"
25
26 MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa"
27