diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-07 02:32:06 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-07 02:32:06 +0000 |
commit | 9338aae8d11d18af9758e0d4d6a091cbe5026f6b (patch) | |
tree | 7f5e8490fe908af06f6024f28a855b144da0572e /conf/machine | |
parent | abbb0c6e198af23ee2216bd6849d91a70cb4ba6c (diff) |
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.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/acern30.conf | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/conf/machine/acern30.conf b/conf/machine/acern30.conf new file mode 100644 index 0000000000..4255769478 --- /dev/null +++ b/conf/machine/acern30.conf @@ -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 |