Merge trini/canadian-merge branch into org.openembedded.dev, fixup a
[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
14 PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-3"
15
16 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"  
17
18 USE_DEVFS = "1"
19 USE_VT = "0"
20 SERIAL_CONSOLE = "115200 ttyS0 vt100"
21
22 BOOTSTRAP_EXTRA_RDEPENDS += ""
23
24 # FIXME: old srec files as mtx-2 used to do it ... this may need to get adapted sometime!
25
26 # create srec files
27 #IMAGE_POSTPROCESS_COMMAND += "\
28 #       ${TARGET_PREFIX}objcopy -O srec -I binary --adjust-vma 0xbe000000 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.${type} ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.srec; \
29 #       grep -v S7 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.srec > ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.srec; \
30 #       grep -v S0 ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_NAME}.flash.srec >> ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.srec; "