merge of 2057bca5a2cf515271e6a43d7432ecd028f5dca5
[vuplus_openembedded] / conf / machine / triton.conf
1 #@TYPE: Machine
2 #@NAME: KARO Electronics TRITON Processor module
3 #@DESCRIPTION: Machine configuration for the XScale based triton boards from KaRo Electronics 
4
5 TARGET_ARCH = "arm"
6 IPKG_ARCHS = "all arm armv5te ${MACHINE}"
7 PREFERRED_PROVIDER_virtual/kernel = "triton-kernel"
8
9 BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel"
10 BOOTSTRAP_EXTRA_RDEPENDS = "virtual/kernel"
11
12 EXTRA_IMAGECMD_jffs2 = "--pad=0x1dc0000 --little-endian --eraseblock=0x40000 -n"
13 EXTRA_IMAGEDEPENDS = ""
14 SERIAL_CONSOLE = "38400 ttyS0"
15 KERNEL_CONSOLE = "ttys0,38400"
16 USE_VT = "0"
17
18 include conf/machine/include/tune-xscale.conf
19