aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/simpad.conf
diff options
context:
space:
mode:
authorFrederic Bompart <frederic@unknown.openembedded.org>2005-10-04 07:32:02 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-04 07:32:02 +0000
commite95d3d49e1cdbec211849eef8aacbc881a1be81a (patch)
treec0eb7b5109750633a2afee3ada631f0eeabf11f7 /conf/machine/simpad.conf
parent435140e19049143c2d13f0148dfadf2c67225b98 (diff)
downloadopenembedded-e95d3d49e1cdbec211849eef8aacbc881a1be81a.tar.gz
second try at a patch for kernel 2.4 support for simpad.
This time, it follows the h3900.conf model, as required by Koen (bug 302)
Diffstat (limited to 'conf/machine/simpad.conf')
-rw-r--r--conf/machine/simpad.conf29
1 files changed, 24 insertions, 5 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf
index 119e11b064..02cabf20f7 100644
--- a/conf/machine/simpad.conf
+++ b/conf/machine/simpad.conf
@@ -2,15 +2,32 @@
#@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
+KERNEL ?= "kernel24"
+#KERNEL ?= "kernel26"
+
+OVERRIDES =. "${KERNEL}:"
+
TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm ${MACHINE}"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
-PREFERRED_PROVIDER_virtual/kernel = "handhelds-sa-2.6"
-PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod-2.6:module-init-tools-cross"
+PREFERRED_PROVIDER_virtual/kernel_kernel24 = "opensimpad-64+0"
+PREFERRED_PROVIDER_virtual/kernel_kernel26 = "handhelds-pxa-2.6"
+PREFERRED_PROVIDERS_kernel26 += "virtual/${TARGET_PREFIX}depmod-2.6:module-init-tools-cross"
+
+# Later versions are broken on kernel 2.4
+PREFERRED_VERSION_orinoco-modules_kernel24 = "0.13e"
+
+BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules"
+BOOTSTRAP_EXTRA_DEPENDS_append_kernel24 += "pcmcia-cs apmd hostap-utils \
+wpa-supplicant-nossl"
+BOOTSTRAP_EXTRA_DEPENDS_append_kernel26 += "udev module-init-tools"
+
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel"
+BOOTSTRAP_EXTRA_RDEPENDS_append_kernel26 += "udev module-init-tools"
+BOOTSTRAP_EXTRA_RDEPENDS_append_kernel24 += "hostap-modules orinoco-modules \
+orinoco-modules-cs pcmcia-cs apm hostap-utils wpa-supplicant-nossl"
-BOOTSTRAP_EXTRA_DEPENDS = "udev virtual/kernel hostap-modules orinoco-modules "
-BOOTSTRAP_EXTRA_RDEPENDS = "udev kernel"
-BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs \
+BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs orinoco-modules-cs \
kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \
kernel-module-pcnet-cs kernel-module-8390"
@@ -26,6 +43,8 @@ USE_DEVFS = "1"
GUI_MACHINE_CLASS = "bigscreen"
ROOT_FLASH_SIZE = "24"
USE_VT = "0"
+GPE_EXTRA_DEPENDS += "gaim sylpheed"
+GPE_EXTRA_INSTALL += "gaim sylpheed"
include conf/machine/handheld-common.conf
include conf/machine/tune-strongarm.conf