fix include paths to conf/machine/*
authorPhil Blundell <philb@gnu.org>
Sun, 10 Oct 2004 19:04:18 +0000 (19:04 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 10 Oct 2004 19:04:18 +0000 (19:04 +0000)
BKrev: 416987b2IQ7xyUa9Ls2XDyDRQO70vg

conf/machine/simpad.conf

index e69de29..3bbff06 100644 (file)
@@ -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
+