This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: TQ Components' BluePro |
| 3 |
#@DESCRIPTION: Blue IPC Series |
| 4 |
|
| 5 |
TARGET_ARCH = "powerpc" |
| 6 |
PACKAGE_EXTRA_ARCHS = "ppc" |
| 7 |
|
| 8 |
MACHINE_FEATURES = "kernel26 usbhost ext2" |
| 9 |
MACHINE_TASK_PROVIDER = "task-base" |
| 10 |
MACHINE_EXTRA_RRECOMMENDS = "u-boot-utils iproute2 canutils" |
| 11 |
|
| 12 |
USE_DEVFS = "0" |
| 13 |
|
| 14 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 15 |
#PREFERRED_VERSION_linux = "2.6.32" |
| 16 |
PREFERRED_VERSION_linux-libc-headers = "2.6.32" |
| 17 |
|
| 18 |
# don't try to access tty1 (used for application code) |
| 19 |
USE_VT = "0" |
| 20 |
|
| 21 |
SERIAL_CONSOLE = "115200 ttyPSC0" |
| 22 |
KERNEL_DEVICETREE_tb5200l = "arch/${ARCH}/boot/dts/tqm5200.dts" |
| 23 |
EXTRA_IMAGECMD_jffs2 = "--big-endian -e 0x20000" |
| 24 |
|
| 25 |
# BluePro carries kernel in separate flash partition |
| 26 |
ROOTFS_POSTPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/*Image*;" |
| 27 |
|
| 28 |
require conf/machine/include/tune-ppc603e.inc |