[oe-commits] Marcin Juszkiewicz : m8050: added config for AML M8050 device

GIT User account git at amethyst.openembedded.net
Tue Nov 11 19:39:16 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: de4d6d2321b3467eb03d424fd9a42dd1dfafa327
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=de4d6d2321b3467eb03d424fd9a42dd1dfafa327

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Tue Nov 11 20:34:05 2008 +0100

m8050: added config for AML M8050 device

---

 conf/machine/m8050.conf |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/conf/machine/m8050.conf b/conf/machine/m8050.conf
new file mode 100644
index 0000000..0027209
--- /dev/null
+++ b/conf/machine/m8050.conf
@@ -0,0 +1,28 @@
+#-----------------------------------------------------------------------------
+#@TYPE: Machine
+#@NAME: AML M8050
+#@DESCRIPTION: Machine configuration for the American Microsystems Ltd M8050 Industrial PDA
+#-----------------------------------------------------------------------------
+
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/kernel ?= "linux"
+
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost wifi"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
+MACHINE_DISPLAY_ORIENTATION = "270"
+
+XSERVER = "xserver-kdrive-fbdev"
+
+# package machine specific modules
+MACHINE_EXTRA_RRECOMMENDS = "\
+  kernel-module-libertas-sdio \
+"
+
+SERIAL_CONSOLE = "115200 ttySAC1"
+
+IMAGE_FSTYPES ?= "tar.gz"
+
+# tune for S3C24x0
+include conf/machine/include/tune-arm920t.inc





More information about the Openembedded-commits mailing list