merge of '65fb29ae308602940228134ed6cbae42627b7c1e'
[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 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te "
12 require conf/machine/include/tune-arm926ejs.conf
13
14
15 PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-3"
16
17 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"  
18
19 USE_DEVFS = "1"
20 USE_VT = "0"
21 SERIAL_CONSOLE = "115200 ttyS0 vt100"
22
23 BOOTSTRAP_EXTRA_RDEPENDS += ""
24
25 # FIXME: old srec files as mtx-2 used to do it ... this may need to get adapted sometime!
26
27 # create srec files
28 #IMAGE_POSTPROCESS_COMMAND += "\
29 #       ${TARGET_PREFIX}objcopy -O srec -I binary --adjust-vma 0xbe000000 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.${type} ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.srec; \
30 #       grep -v S7 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.srec > ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.srec; \
31 #       grep -v S0 ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_NAME}.flash.srec >> ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.srec; "