increase dvbapp PR.
[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 PREFERRED_PROVIDER_virtual/kernel = "triton-kernel"
7
8 BOOTSTRAP_EXTRA_RDEPENDS = "virtual/kernel"
9
10 IMAGE_FSTYPES ?= "jffs2"
11 EXTRA_IMAGECMD_jffs2 = "--pad=0x1dc0000 --little-endian --eraseblock=0x40000 -n"
12 EXTRA_IMAGEDEPENDS = ""
13 SERIAL_CONSOLE = "38400 ttyS0"
14 KERNEL_CONSOLE = "ttys0,38400"
15 USE_VT = "0"
16
17 require conf/machine/include/tune-xscale.inc
18