efika.conf, linux-efika: add files to get rudimentary support for the efika machine...
[vuplus_openembedded] / conf / machine / efika.conf
1 #@TYPE: Machine
2 #@Name: Genisi EFIKA Development Platform
3 #@DESCRIPTION: Machine configuration for teh EFIKA development platform: http://www.pegasosppc.com/efika.php
4
5 INHERIT += "linux_modules"
6
7 TARGET_ARCH = "powerpc"
8 IPKG_ARCHS = "all ppc ${MACHINE}"
9
10
11 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
12
13 #don't try to access tty1
14 USE_VT = "0"
15
16 #tune for the MPC5200B cpu
17 include conf/machine/include/tune-ppc603e.conf