increase dvbapp PR.
[vuplus_openembedded] / conf / machine / efika.conf
index 40387b5..dd4ba06 100644 (file)
@@ -1,17 +1,17 @@
 #@TYPE: Machine
 #@Name: Genisi EFIKA Development Platform
-#@DESCRIPTION: Machine configuration for teh EFIKA development platform: http://www.pegasosppc.com/efika.php
-
-INHERIT += "linux_modules"
+#@DESCRIPTION: Machine configuration for the EFIKA development platform: http://www.pegasosppc.com/efika.php
 
 TARGET_ARCH = "powerpc"
-IPKG_ARCHS = "all ppc ${MACHINE}"
 
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-rt"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
+MACHINE_FEATURES = "kernel26 usbhost ext2 alsa"
 
 #don't try to access tty1
 USE_VT = "0"
 
+SERIAL_CONSOLE = "115200 ttyPSC0"
+
 #tune for the MPC5200B cpu
-include conf/machine/include/tune-ppc603e.conf
+require conf/machine/include/tune-ppc603e.inc