diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-08 12:37:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 12:37:40 +0000 |
commit | 303cbeeea22248d7d3c635921fe9929106c60150 (patch) | |
tree | 1121616b24e3bfd33cfca6dad1cff4334bfaefaf /meta/conf/machine/include/zaurus-2.6.conf | |
parent | aad3939717a8d568c3744926a27790401b6853e5 (diff) | |
download | poky-303cbeeea22248d7d3c635921fe9929106c60150.tar.gz |
conf/machine/include: Rename to .conf to .inc files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2388 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 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/conf/machine/include/zaurus-2.6.conf b/meta/conf/machine/include/zaurus-2.6.conf deleted file mode 100644 index 9eaa6bb2df..0000000000 --- a/meta/conf/machine/include/zaurus-2.6.conf +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
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-rp" | ||
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 bluetooth" | ||
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" | ||