tsmd: install also a little helper script to control the touchscreen daemon
[openembedded.git] / conf / machine / mpc8641-hpcn.conf
blobef75be31125ed698efd78d15fe6d3a48391d464f
1 #@TYPE: Machine
2 #@Name: MPC8641-hpcn
3 #@DESCRIPTION: Machine configuration for the freescale mpc8641_hpcn development board
5 TARGET_ARCH = "powerpc"
7 PREFERRED_PROVIDER_virtual/kernel ?= "linux"
9 MACHINE_FEATURES = "kernel26 usbhost pci ext2 vfat nfs uboot"
11 KERNEL_IMAGETYPE = "uImage"
12 UBOOT_ENTRYPOINT = "0"
14 UBOOT_MACHINE = "MPC8641HPCN_config"
16 # Need to create jffs2 images with the correct endianess
17 EXTRA_IMAGECMD_jffs2 = " --big-endian -e 0x10000"
19 #don't try to access tty1
20 USE_VT = "0"
22 #setup serial console on Com1
23 SERIAL_CONSOLE = "-L 115200 ttyS0"
25 # Tune for e600 core
26 require conf/machine/include/tune-ppce600.inc