From: Marcin Juszkiewicz Date: Tue, 11 Nov 2008 19:34:05 +0000 (+0100) Subject: m8050: added config for AML M8050 device X-Git-Tag: Release-2010-05/1~5401 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de4d6d2321b3467eb03d424fd9a42dd1dfafa327;p=openembedded.git m8050: added config for AML M8050 device --- diff --git a/conf/machine/m8050.conf b/conf/machine/m8050.conf new file mode 100644 index 0000000000..00272094ae --- /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