increase dvbapp PR.
[vuplus_openembedded] / conf / machine / mtx-3.conf
1 #@TYPE: Machine
2 #@NAME: 4G Systems mtx-3
3 #@DESCRIPTION: Machine configuration for the mtx-3 (aka SurfBox 3rd generation)
4
5 # hint: the mtx-3 architecture is still in experimental state, no hardware
6 # is yet available for it
7
8 # TARGET_ARCH should be set here in the machine configuration.
9 # For compiling the kernel, ARCH will be derived form it by kernel-arch.bbclass 
10 TARGET_ARCH = "arm"
11 require conf/machine/include/tune-arm926ejs.inc
12
13 # begin overrides mtx-3
14 #PREFERRED_VERSION_glibc_mtx-3 = "2.3.5+cvs20050627"
15 PREFERRED_VERSION_gcc-cross-initial_mtx-3 = "3.4.4"
16 PREFERRED_VERSION_gcc-cross-intermediate_mtx-3 = "3.4.4"
17 PREFERRED_VERSION_gcc-cross_mtx-3 = "3.4.4"
18 PREFERRED_VERSION_gcc-cross-sdk_mtx-3 = "3.4.4"
19 PREFERRED_VERSION_gcc_mtx-3 = "3.4.4"
20 PREFERRED_VERSION_binutils-cross_mtx-3 = "2.15.94.0.1"
21 PREFERRED_VERSION_binutils-cross-sdk_mtx-3 = "2.15.94.0.1"
22 PREFERRED_VERSION_binutils_mtx-3 = "2.16"
23
24 KERNEL_VERSION_mtx-3 = "2.6.15.4"
25 PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-3"
26 PREFERRED_PROVIDER_hotplug_mtx-3 = "udev"
27 MACHINE_FEATURES = "kernel26 usbhost vfat"
28
29 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"  
30
31 USE_DEVFS = "1"
32 USE_VT = "0"
33 SERIAL_CONSOLE = "115200 ttyS0 vt100"
34
35 BOOTSTRAP_EXTRA_RDEPENDS += ""
36
37 # FIXME: old srec files as mtx-2 used to do it ... this may need to get adapted sometime!
38
39 # create srec files
40 #IMAGE_POSTPROCESS_COMMAND += "\
41 #       ${TARGET_PREFIX}objcopy -O srec -I binary --adjust-vma 0xbe000000 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.${type} ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.srec; \
42 #       grep -v S7 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.srec > ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.srec; \
43 #       grep -v S0 ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_NAME}.flash.srec >> ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.srec; "