[oe-commits] org.oe.dev acern30.conf: New machine, Acer N30.

pfalcon commit openembedded-commits at lists.openembedded.org
Wed Mar 7 02:43:46 UTC 2007


acern30.conf: New machine, Acer N30.
* Based on the Letux distribution (www.letux.org, materials from http://www.openembedded.org/~koen/letux/), 
contributed by Dr. H. Nikolaus Schaller.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 67610d438a2b24071b341922d01602d41bf4da8f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=67610d438a2b24071b341922d01602d41bf4da8f
Files:
1
conf/machine/acern30.conf
Diffs:

#
# mt diff -r9ddb942debcda58f976549da4141ba8488765949 -r67610d438a2b24071b341922d01602d41bf4da8f
#
# 
# 
# add_file "conf/machine/acern30.conf"
#  content [85ec948d1ae47522e130038f9b758d6569edf4b7]
# 
============================================================
--- conf/machine/acern30.conf	85ec948d1ae47522e130038f9b758d6569edf4b7
+++ conf/machine/acern30.conf	85ec948d1ae47522e130038f9b758d6569edf4b7
@@ -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






More information about the Openembedded-commits mailing list