[oe] [PATCH 1/3] efikamx.conf: Add config file for efika MX

Khem Raj raj.khem at gmail.com
Mon Aug 23 03:13:09 UTC 2010


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 conf/machine/efikamx.conf |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/efikamx.conf

diff --git a/conf/machine/efikamx.conf b/conf/machine/efikamx.conf
new file mode 100644
index 0000000..eceb87c
--- /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
-- 
1.7.1





More information about the Openembedded-devel mailing list