summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-07-13 08:25:11 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-13 08:25:11 +0000
commitb166953274e82c03f54435ec8af0d4684c49dff7 (patch)
tree4d778d9009a5703bb27adb640615b524ff6162db /conf
parent545ca64b64bd90bee503d0b1b0eaecfdda18fb58 (diff)
zaurus machine configurations: add orinoco-cs to poodle, specify 0.13e for Zaurus 2.4 kernels since later versions don't work there
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/poodle-2.4.conf8
-rw-r--r--conf/machine/poodle-2.6.conf1
-rw-r--r--conf/machine/zaurus-clamshell-2.4.conf3
3 files changed, 9 insertions, 3 deletions
diff --git a/conf/machine/poodle-2.4.conf b/conf/machine/poodle-2.4.conf
index bb3ae039d9..e8be12eef2 100644
--- a/conf/machine/poodle-2.4.conf
+++ b/conf/machine/poodle-2.4.conf
@@ -1,9 +1,13 @@
PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa"
+# Later versions are broken on kernel 2.4
+PREFERRED_VERSION_orinoco-cs = "0.13e"
+
BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel \
-hostap-modules orinoco-modules sharp-sdmmc-support chkhinge \
+hostap-modules orinoco-modules sharp-sdmmc-support \
hostap-utils prism3-firmware prism3-support"
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules sharp-sdmmc-support \
+
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules orinoco-modules-cs sharp-sdmmc-support \
kernel-module-net-fd kernel-module-registers kernel-module-pxa-bi \
kernel-module-usbdcore kernel-module-usbdmonitor \
hostap-utils prism3-firmware prism3-support"
diff --git a/conf/machine/poodle-2.6.conf b/conf/machine/poodle-2.6.conf
index 72a751d19e..7edebad2d3 100644
--- a/conf/machine/poodle-2.6.conf
+++ b/conf/machine/poodle-2.6.conf
@@ -1,5 +1,4 @@
PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus"
-PREFERRED_VERSION_orinoco-modules = "0.13e-26"
BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel udev sysfsutils modutils-collateral hostap-modules orinoco-modules"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel udev sysfsutils hostap-modules-cs orinoco-modules-cs udev-utils"
diff --git a/conf/machine/zaurus-clamshell-2.4.conf b/conf/machine/zaurus-clamshell-2.4.conf
index cef670b450..4f6c56b182 100644
--- a/conf/machine/zaurus-clamshell-2.4.conf
+++ b/conf/machine/zaurus-clamshell-2.4.conf
@@ -2,6 +2,9 @@ PREFERRED_PROVIDERS_append_c7x0 = " virtual/kernel:c7x0-kernels-2.4-embedix"
PREFERRED_PROVIDERS_append_akita = " virtual/kernel:openzaurus-pxa27x"
PREFERRED_PROVIDERS_append_spitz = " virtual/kernel:openzaurus-pxa27x"
+# Later versions are broken on kernel 2.4
+PREFERRED_VERSION_orinoco-cs = "0.13e"
+
BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules sharp-sdmmc-support \
pcmcia-cs apmd ppp wireless-tools console-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin \
hostap-utils prism3-firmware prism3-support"