diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:45:39 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:45:39 +0000 |
| commit | dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42 (patch) | |
| tree | e8b9838dc2981038046081efe5145a4227902f7d /openembedded/conf/machine/include/zaurus-clamshell-2.6.conf | |
| parent | ce241d7e6d8e31411867b5f2127b02c776b39d8a (diff) | |
| download | poky-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.tar.gz | |
Pull conf file updates from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@270 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/machine/include/zaurus-clamshell-2.6.conf')
| -rw-r--r-- | openembedded/conf/machine/include/zaurus-clamshell-2.6.conf | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/openembedded/conf/machine/include/zaurus-clamshell-2.6.conf b/openembedded/conf/machine/include/zaurus-clamshell-2.6.conf new file mode 100644 index 0000000000..007750a39b --- /dev/null +++ b/openembedded/conf/machine/include/zaurus-clamshell-2.6.conf | |||
| @@ -0,0 +1,48 @@ | |||
| 1 | # Zaurus Clamshell specific configuration for kernel 2.6 | ||
| 2 | # Don't forget to include zaurus-clamshell.conf as well | ||
| 3 | |||
| 4 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" | ||
| 5 | |||
| 6 | BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel udev sysfsutils spectrum-fw orinoco-conf \ | ||
| 7 | pcmciautils apmd wireless-tools console-tools irda-utils lrzsz hostap-utils prism3-firmware prism3-support \ | ||
| 8 | ppp ppp-dialin openswan wpa-supplicant-nossl alsa-utils module-init-tools alsa-lib" | ||
| 9 | |||
| 10 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils spectrum-fw \ | ||
| 11 | pcmciautils apm wireless-tools irda-utils udev-utils console-tools hostap-utils prism3-firmware prism3-support \ | ||
| 12 | ppp ppp-dialin openswan wpa-supplicant-nossl alsa-utils-alsactl alsa-utils-alsamixer module-init-tools alsa-conf" | ||
| 13 | |||
| 14 | # Ethernet modules | ||
| 15 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcnet-cs" | ||
| 16 | # NFS Modules | ||
| 17 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" | ||
| 18 | # Crypto Modules | ||
| 19 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5" | ||
| 20 | # SMB and CRAMFS | ||
| 21 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs" | ||
| 22 | # Serial Modules | ||
| 23 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 kernel-module-serial-cs" | ||
| 24 | # Bluetooth Modules | ||
| 25 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \ | ||
| 26 | kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \ | ||
| 27 | kernel-module-bt3c-cs kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs" | ||
| 28 | # Infrared Modules | ||
| 29 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel-module-ircomm \ | ||
| 30 | kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" | ||
| 31 | |||
| 32 | # USB Gadget Modules | ||
| 33 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \ | ||
| 34 | kernel-module-g-serial kernel-module-g-ether" | ||
| 35 | |||
| 36 | # Wireless Modules | ||
| 37 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-hostap kernel-module-hostap-cs \ | ||
| 38 | kernel-module-hermes kernel-module-orinoco \ | ||
| 39 | kernel-module-orinoco-cs kernel-module-spectrum-cs" | ||
| 40 | |||
| 41 | # Sound Modules | ||
| 42 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc kernel-module-snd-timer \ | ||
| 43 | kernel-module-snd-pcm kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss \ | ||
| 44 | kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx kernel-module-snd-soc-pxa2xx-i2s" | ||
| 45 | BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 += " kernel-module-snd-soc-corgi kernel-module-snd-soc-wm8731 " | ||
| 46 | BOOTSTRAP_EXTRA_RDEPENDS_append_akita += " kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " | ||
| 47 | BOOTSTRAP_EXTRA_RDEPENDS_append_borzoi += " kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " | ||
| 48 | BOOTSTRAP_EXTRA_RDEPENDS_append_spitz += " kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " | ||
