gdbm: switch to BBCLASSEXTENDED and bump PR
[openembedded.git] / conf / machine / tqm8540.conf
blobeece2ff4e9847926f6e9224abd9039214028fac8
1 #@TYPE: Machine
2 #@Name: TQM85xx
3 #@DESCRIPTION: Machine configuration for the Ixxi TQ-Minimodule with MPC8540
5 TARGET_ARCH = "powerpc"
7 PREFERRED_PROVIDER_virtual/kernel ?= "linux"
9 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot jffs2"
11 KERNEL_IMAGETYPE = "uImage"
13 UBOOT_MACHINE = "TQM8540_config"
14 UBOOT_ENTRYPOINT = "0"
15 UBOOT_LOADADDRESS = "0"
17 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000"
19 #don't try to access tty1
20 USE_VT = "0"
22 SERIAL_CONSOLE = "115200 ttyS0"
24 #tune for the e500 core
25 require conf/machine/include/tune-ppce500.inc