From: Khem Raj Date: Mon, 23 Aug 2010 03:06:49 +0000 (-0700) Subject: efikamx.conf: Add config file for efika MX X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fdc993235e83e50cc17acc6ee16cb697dd5de46;p=openembedded.git efikamx.conf: Add config file for efika MX Signed-off-by: Khem Raj Acked-by: Frans Meulenbroeks --- diff --git a/conf/machine/efikamx.conf b/conf/machine/efikamx.conf new file mode 100644 index 0000000000..eceb87cd6e --- /dev/null +++ b/conf/machine/efikamx.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@Name: Genisi EFIKA MX Development Platform +#@DESCRIPTION: Machine configuration for the EFIKA development platform (http://www.powerdeveloper.org/platforms/efikamx) + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-efikamx" + +MACHINE_FEATURES = "kernel26 usbhost ext2 alsa" + +#don't try to access tty1 +USE_VT = "0" + +SERIAL_CONSOLE = "115200 ttymxc0" + +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-efikamx" + +#tune for ARMv7/Cortex A8 +require conf/machine/include/tune-cortexa8.inc