merge of '5f91da5c49d84ece0c2aa5ee0abc2db5fed0de5c'
[vuplus_openembedded] / conf / machine / devkitidp-pxa255.conf
1 #@TYPE: Machine
2 #@Name: BSQUARE PXA255 DevKitIDP Development Platform
3 #@DESCRIPTION: Machine configuration for PXA255 DevKitIDP 
4
5 TARGET_ARCH = "arm"
6
7 GUI_MACHINE_CLASS = "bigscreen"
8 PACKAGE_EXTRA_ARCHS = "armv5te"
9
10 PREFERRED_PROVIDER_virtual/bootloader = "uboot-${MACHINE}"
11 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
12
13 BOOTSTRAP_EXTRA_RDEPENDS += "uboot-${MACHINE} ${MACHINE}-kernel"
14
15 require conf/machine/include/tune-xscale.conf
16
17 # used by sysvinit_2
18 SERIAL_CONSOLE = "115200 ttyS0"
19
20 # used by opie-collections.inc
21 ROOT_FLASH_SIZE = "32"
22
23