merge of '2c8930a5e3dfc1e355f0dede8fde6b887e2d33de'
[vuplus_openembedded] / conf / machine / mainstone.conf
1 #@TYPE: Machine
2 #@Name: Mainstone PXA270 Development Platform
3 #@DESCRIPTION: Machine configuration for Intel Mainstone PXA270 Development Platform 
4
5 TARGET_ARCH = "arm"
6
7 GUI_MACHINE_CLASS = "smallscreen"
8 PACKAGE_EXTRA_ARCHS = "armv5te"
9
10 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
11
12 require conf/machine/include/tune-xscale.conf
13
14 # used by sysvinit_2
15 SERIAL_CONSOLE = "115200 ttyS0"
16
17 # used by opie-collections.inc
18 ROOT_FLASH_SIZE = "32"
19
20 MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen keyboard alsa irda"
21
22 MACHINE_TASK_PROVIDER = "task-base"