msmcommd: add libmsmhll as dependency and bump PR
[openembedded.git] / conf / machine / tb5200l.conf
blob5601397aa0b0b6bb87c418478b2db1aa24ae14e9
1 #@TYPE: Machine
2 #@NAME: TQ Components' Tiny Box TB5200L
3 #@DESCRIPTION: Mini industrial control
5 TARGET_ARCH = "powerpc"
6 PACKAGE_EXTRA_ARCHS = "ppc"
8 MACHINE_FEATURES                = "kernel26 usbhost ext2"
9 MACHINE_TASK_PROVIDER           = "task-base"
10 MACHINE_EXTRA_RRECOMMENDS       = "u-boot-utils iproute2 canutils"
12 USE_DEVFS = "0"
14 PREFERRED_PROVIDER_virtual/kernel = "linux"
15 PREFERRED_VERSION_linux = "2.6.32"
16 PREFERRED_VERSION_linux-libc-headers = "2.6.32"
18 # don't try to access tty1 (used for application code)
19 USE_VT = "0"
21 SERIAL_CONSOLE = "115200 ttyPSC0"
22 KERNEL_DEVICETREE_tb5200l = "arch/${ARCH}/boot/dts/tqm5200.dts"
23 EXTRA_IMAGECMD_jffs2 = "--big-endian -e 0x20000"
25 # TB5200L carries kernel in separate flash partition
26 ROOTFS_POSTPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/*Image*"
28 require conf/machine/include/tune-ppc603e.inc