propagate from branch 'org.openembedded.dev' (head a6b798a43c05aef43ed650ab880f3edd38...
[vuplus_openembedded] / conf / machine / efika.conf
1 #@TYPE: Machine
2 #@Name: Genisi EFIKA Development Platform
3 #@DESCRIPTION: Machine configuration for the EFIKA development platform: http://www.pegasosppc.com/efika.php
4
5 TARGET_ARCH = "powerpc"
6 PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc603e"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
9
10 MACHINE_FEATURES = "kernel26 usbhost ext2 alsa"
11
12 #don't try to access tty1
13 USE_VT = "0"
14
15 SERIAL_CONSOLE = "115200 ttyPSC0"
16
17 #tune for the MPC5200B cpu
18 require conf/machine/include/tune-ppc603e.inc