aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-10-10 19:04:18 +0000
committerPhil Blundell <philb@gnu.org>2004-10-10 19:04:18 +0000
commit1143e8af56f35a9258cd5883b419de07977d3776 (patch)
tree5083b7a12c23f522b694e404262bf5cb20ecc4f3 /conf
parent9a9d9fd292921c795910b95bbfd395de1bfcb426 (diff)
downloadopenembedded-1143e8af56f35a9258cd5883b419de07977d3776.tar.gz
fix include paths to conf/machine/*
BKrev: 416987b2IQ7xyUa9Ls2XDyDRQO70vg
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/simpad.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf
index e69de29bb2..3bbff0656c 100644
--- a/conf/machine/simpad.conf
+++ b/conf/machine/simpad.conf
@@ -0,0 +1,29 @@
+#@TYPE: Machine
+#@NAME: SIEMENS SIMpad SL4, SIEMENS SIMpad CL4, SIEMENS SIMpad SLC, Telekom T-Sinus PAD
+#@DESCRIPTION: Machine configuration for the SA1100 based SIEMENS SIMpad and Telekom T-Sinus PAD devices
+
+TARGET_ARCH = "arm"
+IPKG_ARCHS = "all arm ${MACHINE}"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "opensimpad-64+0"
+BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules freeswan mipv6 atmelwlandriver"
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel"
+BOOTSTRAP_EXTRA_RRECOMMENDS = "freeswan mipv6 hostap-modules-cs orinoco-modules atmelwlandriver \
+kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \
+kernel-module-pcnet-cs kernel-module-8390"
+
+# This is needed for the ramdisk script to work
+BOOTSTRAP_EXTRA_DEPENDS += "e2fsprogs"
+BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs"
+
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
+EXTRA_IMAGEDEPENDS = ""
+INHERIT += "simpad_flashimg"
+SERIAL_CONSOLE = "ttySA0 38400 vt100"
+
+USE_DEVFS = "1"
+GPE_MACHINE_CLASS = "bigscreen"
+
+include conf/machine/handheld-common.conf
+include conf/machine/tune-strongarm.conf
+