diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-27 21:55:03 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-27 21:55:03 +0000 |
commit | 2a01021aaffde56326d0bce0bbf0bb5bfe948b58 (patch) | |
tree | 18d10eb06a2a2dddf1f1b4880fe9a507dfb7afd8 /meta/conf/machine/include/poodle-2.6.conf | |
parent | 06a16339a3b30c944c754eb01b63f461b2d85ab6 (diff) | |
download | poky-2a01021aaffde56326d0bce0bbf0bb5bfe948b58.tar.gz |
Sync conf files with OE (and add iwmmxt arch to capable machines)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@654 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include/poodle-2.6.conf')
-rw-r--r-- | meta/conf/machine/include/poodle-2.6.conf | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/meta/conf/machine/include/poodle-2.6.conf b/meta/conf/machine/include/poodle-2.6.conf index 9076355522..eff0ad4c7c 100644 --- a/meta/conf/machine/include/poodle-2.6.conf +++ b/meta/conf/machine/include/poodle-2.6.conf | |||
@@ -1,43 +1 @@ | |||
1 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" | require conf/machine/include/zaurus-clamshell-2.6.conf | |
2 | |||
3 | PCMCIA_MANAGER ?= "pcmciautils" | ||
4 | |||
5 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils spectrum-fw \ | ||
6 | ${PCMCIA_MANAGER} apm wireless-tools irda-utils udev-utils keymaps hostap-utils prism3-firmware prism3-support \ | ||
7 | ppp ppp-dialin alsa-utils-alsactl alsa-utils-alsamixer module-init-tools alsa-conf zaurusd" | ||
8 | |||
9 | # Ethernet modules | ||
10 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcnet-cs" | ||
11 | # NFS Modules | ||
12 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" | ||
13 | # Crypto Modules | ||
14 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5" | ||
15 | # SMB and CRAMFS | ||
16 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs" | ||
17 | # Serial Modules | ||
18 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 kernel-module-serial-cs" | ||
19 | # Bluetooth Modules | ||
20 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \ | ||
21 | kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \ | ||
22 | kernel-module-bt3c-cs kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs" | ||
23 | # Infrared Modules | ||
24 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel-module-ircomm \ | ||
25 | kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" | ||
26 | |||
27 | # USB Gadget Modules | ||
28 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \ | ||
29 | kernel-module-g-serial kernel-module-g-ether" | ||
30 | |||
31 | # Wireless Modules | ||
32 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-hostap kernel-module-hostap-cs \ | ||
33 | kernel-module-hermes kernel-module-orinoco \ | ||
34 | kernel-module-orinoco-cs kernel-module-spectrum-cs \ | ||
35 | hostap-conf orinoco-conf" | ||
36 | |||
37 | # Sound Modules | ||
38 | ###BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss" | ||
39 | BOOTSTRAP_EXTRA_SOUND = "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc kernel-module-snd-timer \ | ||
40 | kernel-module-snd-pcm \ | ||
41 | kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx kernel-module-snd-soc-pxa2xx-i2s" | ||
42 | |||
43 | ###BOOTSTRAP_EXTRA_RDEPENDS_append_poodle += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-poodle kernel-module-snd-soc-wm8731 " | ||