diff options
| author | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
| commit | 4b46c1f6e891b1ddd5968536440b888661fade3e (patch) | |
| tree | e0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/conf/machine/zaurus-clamshell-2.4.conf | |
| download | poky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz | |
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/machine/zaurus-clamshell-2.4.conf')
| -rw-r--r-- | openembedded/conf/machine/zaurus-clamshell-2.4.conf | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/openembedded/conf/machine/zaurus-clamshell-2.4.conf b/openembedded/conf/machine/zaurus-clamshell-2.4.conf new file mode 100644 index 0000000000..d61dc197b2 --- /dev/null +++ b/openembedded/conf/machine/zaurus-clamshell-2.4.conf | |||
| @@ -0,0 +1,48 @@ | |||
| 1 | # Zaurus Clamshell specific configuration for kernel 2.4 | ||
| 2 | # Don't forget to include zaurus-clamshell.conf as well | ||
| 3 | |||
| 4 | PREFERRED_PROVIDERS_append_c7x0 = " virtual/kernel:c7x0-kernels-2.4-embedix" | ||
| 5 | PREFERRED_PROVIDERS_append_akita = " virtual/kernel:openzaurus-pxa27x" | ||
| 6 | PREFERRED_PROVIDERS_append_spitz = " virtual/kernel:openzaurus-pxa27x" | ||
| 7 | PREFERRED_PROVIDERS_append_borzoi = " virtual/kernel:openzaurus-pxa27x" | ||
| 8 | |||
| 9 | # Later versions are broken on kernel 2.4 | ||
| 10 | PREFERRED_VERSION_orinoco-modules = "0.13e" | ||
| 11 | |||
| 12 | BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel hostap-modules orinoco-modules sharp-sdmmc-support \ | ||
| 13 | pcmcia-cs apmd wireless-tools console-tools irda-utils lrzsz hostap-utils prism3-firmware prism3-support \ | ||
| 14 | wpa-supplicant-nossl ppp ppp-dialin openswan" | ||
| 15 | |||
| 16 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel hostap-modules-cs orinoco-modules-cs sharp-sdmmc-support \ | ||
| 17 | pcmcia-cs apmd apm wireless-tools console-tools irda-utils hostap-utils prism3-firmware prism3-support \ | ||
| 18 | wpa-supplicant-nossl ppp ppp-dialin openswan" | ||
| 19 | |||
| 20 | # Misc Modules | ||
| 21 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-net-fd kernel-module-registers" | ||
| 22 | |||
| 23 | # USB Client Modules | ||
| 24 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-usbdcore kernel-module-usbdmonitor" | ||
| 25 | |||
| 26 | # Bluetooth Modules | ||
| 27 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluez kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \ | ||
| 28 | kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \ | ||
| 29 | kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs \ | ||
| 30 | kernel-module-firmware-class kernel-module-bt3c-cs" | ||
| 31 | |||
| 32 | # BI Module | ||
| 33 | BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 = " kernel-module-pxa-bi" | ||
| 34 | BOOTSTRAP_EXTRA_RDEPENDS_append_spitz = " kernel-module-pxa27x-bi" | ||
| 35 | BOOTSTRAP_EXTRA_RDEPENDS_append_akita = " kernel-module-pxa27x-bi" | ||
| 36 | BOOTSTRAP_EXTRA_RDEPENDS_append_borzoi = " kernel-module-pxa27x-bi" | ||
| 37 | |||
| 38 | # USB Host Modules | ||
| 39 | BOOTSTRAP_EXTRA_RDEPENDS_append_spitz = " kernel-module-usbcore kernel-module-usbmouse kernel-module-usb-monitor \ | ||
| 40 | kernel-module-usbkbd kernel-module-usb-storage kernel-module-hci-usb \ | ||
| 41 | kernel-module-usb-ohci-pxa27x kernel-module-bfusb" | ||
| 42 | BOOTSTRAP_EXTRA_RDEPENDS_append_akita = " kernel-module-usbcore kernel-module-usbmouse kernel-module-usb-monitor \ | ||
| 43 | kernel-module-usbkbd kernel-module-usb-storage kernel-module-hci-usb \ | ||
| 44 | kernel-module-usb-ohci-pxa27x kernel-module-bfusb" | ||
| 45 | BOOTSTRAP_EXTRA_RDEPENDS_append_borzoi = " kernel-module-usbcore kernel-module-usbmouse kernel-module-usb-monitor \ | ||
| 46 | kernel-module-usbkbd kernel-module-usb-storage kernel-module-hci-usb \ | ||
| 47 | kernel-module-usb-ohci-pxa27x kernel-module-bfusb" | ||
| 48 | |||
