diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /conf/machine/mainstone.conf | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'conf/machine/mainstone.conf')
-rw-r--r-- | conf/machine/mainstone.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/mainstone.conf b/conf/machine/mainstone.conf index e69de29bb2..e9ef8fae18 100644 --- a/conf/machine/mainstone.conf +++ b/conf/machine/mainstone.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@Name: Vibren PXA255 IDP Development Platform +#@DESCRIPTION: Machine configuration for Vibren PXA255 IDP + +TARGET_ARCH = "arm" + +GUI_MACHINE_CLASS = "smallscreen" +IPKG_ARCHS = "all arm armv5te ${MACHINE}" + +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" + +BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel" + +include conf/machine/tune-xscale.conf + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "32" + + |