diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-20 17:13:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-20 17:13:43 +0000 |
commit | 4398b980ba11f6a76f6c863f67f174cf1dc2bef6 (patch) | |
tree | ef35bc5c6f898f654d942f972146b3b2161f3f30 /meta/conf/machine/include/zaurus-2.6.conf | |
parent | 173b999d9585d61890bdabc4d26a784bc7758ec4 (diff) | |
download | poky-4398b980ba11f6a76f6c863f67f174cf1dc2bef6.tar.gz |
conf: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@892 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include/zaurus-2.6.conf')
-rw-r--r-- | meta/conf/machine/include/zaurus-2.6.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/conf/machine/include/zaurus-2.6.conf b/meta/conf/machine/include/zaurus-2.6.conf new file mode 100644 index 0000000000..ce9b44c9fe --- /dev/null +++ b/meta/conf/machine/include/zaurus-2.6.conf | |||
@@ -0,0 +1,20 @@ | |||
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 | PREFERRED_VERSION_wpa_supplicant = "0.4.7" | ||
6 | |||
7 | PCMCIA_MANAGER ?= "pcmciautils" | ||
8 | |||
9 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia irda usbgadget keyboard touchscreen" | ||
10 | MACHINE_FEATURES_append_tosa = " usbhost usbwlanng " | ||
11 | MACHINE_FEATURES_append_akita = " usbhost " | ||
12 | MACHINE_FEATURES_append_spitz = " usbhost ext2 " | ||
13 | |||
14 | MACHINE_EXTRA_RDEPENDS = "zaurusd" | ||
15 | MACHINE_EXTRA_RRECOMMENDS_c7x0 = "kernel-module-snd-soc-corgi" | ||
16 | MACHINE_EXTRA_RRECOMMENDS_akita = "kernel-module-snd-soc-spitz" | ||
17 | MACHINE_EXTRA_RRECOMMENDS_spitz = "kernel-module-snd-soc-spitz" | ||
18 | MACHINE_EXTRA_RRECOMMENDS_poodle = "kernel-module-snd-soc-poodle" | ||
19 | |||
20 | MACHINE_TASK_PROVIDER = "task-base" | ||