aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/er0100.conf
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-04-24 00:50:57 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-04-24 00:50:57 +0200
commit8aec40346f8931e6c201dea0a29e1d3b253ed337 (patch)
treef50d1cbf70245f50e6e1dfb895ca5a174d21ea41 /conf/machine/er0100.conf
parentb13c2ab570637b176e1411ea3db0ddf412a9f2f3 (diff)
downloadopenembedded-8aec40346f8931e6c201dea0a29e1d3b253ed337.tar.gz
er0100, mtx-1, mtx-2: move machine to /nonworking
* 'kernel24' is still in machine.conf * we support only kernels 2.6 atm Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'conf/machine/er0100.conf')
-rw-r--r--conf/machine/er0100.conf45
1 files changed, 0 insertions, 45 deletions
diff --git a/conf/machine/er0100.conf b/conf/machine/er0100.conf
deleted file mode 100644
index f20d6ae8e3..0000000000
--- a/conf/machine/er0100.conf
+++ /dev/null
@@ -1,45 +0,0 @@
-#@TYPE: Machine
-#@NAME: iRex Iliad e-ink reader
-#@DESCRIPTION: Machine configuration for the iRex Iliad e-ink reader
-
-#
-# Hardware-based properties
-#
-
-# CPU: Intel (now Marvell) PXA255
-
-TARGET_ARCH = "arm"
-
-# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
-require conf/machine/include/tune-xscale.inc
-
-# Fix us:
-
-#ROOT_FLASH_SIZE = "80"
-#VOLATILE_STORAGE_SIZE = "64"
-MACHINE_GUI_CLASS = "bigscreen"
-MACHINE_DISPLAY_WIDTH_PIXELS = "768"
-MACHINE_DISPLAY_HEIGHT_PIXELS = "1024"
-MACHINE_FEATURES = "kernel24 touchscreen apm alsa pcmcia wifi usbgadget usbhost screen"
-
-#
-# Software/packages selection
-#
-PREFERRED_PROVIDER_virtual/kernel = "linux-er0100"
-PCMCIA_MANAGER = "pcmcia-cs"
-MODUTILS = "24"
-XSERVER = "xserver-kdrive-fbdev"
-
-
-#
-# Modules autoload and other boot properties
-#
-module_autoload_evdev = "evdev"
-module_autoload_pcmcia = "pcmcia"
-
-#FIXME: this should be controlled by a userspace utility later.
-module_autoload_g_ether = "g_ether"
-
-USE_VT = "0"
-SERIAL_CONSOLE = "-L ttyS2 115200 vt100"
-