acern30.conf: New machine, Acer N30.
authorPaul Sokolovsky <pmiscml@gmail.com>
Wed, 7 Mar 2007 02:32:06 +0000 (02:32 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Wed, 7 Mar 2007 02:32:06 +0000 (02:32 +0000)
* Based on the Letux distribution (www.letux.org, materials from http://www.openembedded.org/~koen/letux/),
contributed by Dr. H. Nikolaus Schaller.

conf/machine/acern30.conf [new file with mode: 0644]

diff --git a/conf/machine/acern30.conf b/conf/machine/acern30.conf
new file mode 100644 (file)
index 0000000..4255769
--- /dev/null
@@ -0,0 +1,36 @@
+#@TYPE: Machine
+#@NAME: Acer n30
+#@DESCRIPTION: Machine configuration for the Acer n30
+
+#
+# Hardware-based properties
+#
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t"
+
+# Samsung S3C2xxx CPU
+require conf/machine/include/tune-arm920t.conf
+
+ROOT_FLASH_SIZE = "32"
+VOLATILE_STORAGE_SIZE = "64"
+GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth usbgadget screen"
+
+#
+# Software/packages selection
+#
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_VERSION_linux ?= "2.6.14"
+PCMCIA_MANAGER = "pcmciautils"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+#
+# Modules autoload and other boot properties
+#
+module_autoload_snd-pcm-oss = "snd-pcm-oss"
+module_autoload_g_ether = "g_ether"
+
+SERIAL_CONSOLE = "115200 ttyS0 vt100"
+USE_VT = "0"
+
+require conf/machine/include/LAB-settings.conf