[oe-commits] org.oe.dev er0100: commit it, this has been sitting in my repo for too long

koen commit openembedded-commits at lists.openembedded.org
Mon Oct 1 12:48:34 UTC 2007


er0100: commit it, this has been sitting in my repo for too long

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: e7fcaa386e6ece8257005e7222964138b4ee8773
ViewMTN: http://monotone.openembedded.org/revision/info/e7fcaa386e6ece8257005e7222964138b4ee8773
Files:
1
conf/machine/er0100.conf
Diffs:

#
# mt diff -r69e0da18de2ae5a5f9c5a0b88532c9fc8dbe4780 -re7fcaa386e6ece8257005e7222964138b4ee8773
#
# 
# 
# add_file "conf/machine/er0100.conf"
#  content [570f149fb1fe2a7a357447a40ec4436bdf7a83dd]
# 
============================================================
--- conf/machine/er0100.conf	570f149fb1fe2a7a357447a40ec4436bdf7a83dd
+++ conf/machine/er0100.conf	570f149fb1fe2a7a357447a40ec4436bdf7a83dd
@@ -0,0 +1,46 @@
+#@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"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
+
+# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
+require conf/machine/include/tune-xscale.conf
+
+# 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"
+






More information about the Openembedded-commits mailing list