merge of 532d9ba2654dfb76ff4b9272867357a92726e966
[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 IPKG_ARCHS = "all arm armv5te ${MACHINE}"
9
10 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
11
12 BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel"
13
14 include conf/machine/tune-xscale.conf
15
16 # used by sysvinit_2
17 SERIAL_CONSOLE = "115200 ttyS0"
18
19 # used by opie-collections.inc
20 ROOT_FLASH_SIZE = "32"
21
22