From 9338aae8d11d18af9758e0d4d6a091cbe5026f6b Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 7 Mar 2007 02:32:06 +0000 Subject: 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. --- conf/machine/acern30.conf | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 conf/machine/acern30.conf 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 -- cgit v1.2.3