summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2007-08-23 16:54:34 +0000
committerSamuel Ortiz <sameo@openedhand.com>2007-08-23 16:54:34 +0000
commit0fe7e8d1c308601e7f20caf3945eebf7bb13b8e7 (patch)
treeff26803f7c6f9e0a48cbd79e6fc460703d19b054 /meta/conf/machine
parent62a6dcc798d01680668b2a37a3a882e57e3dbe94 (diff)
downloadpoky-0fe7e8d1c308601e7f20caf3945eebf7bb13b8e7.tar.gz
htcuniversal: 802.11 driver and firmware dependencies for HTC Universal.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2548 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/htcuniversal.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/conf/machine/htcuniversal.conf b/meta/conf/machine/htcuniversal.conf
index b307e1ad77..922c13c0f5 100644
--- a/meta/conf/machine/htcuniversal.conf
+++ b/meta/conf/machine/htcuniversal.conf
@@ -12,9 +12,17 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
12 12
13MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen usbhost usbgadget wifi phone" 13MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen usbhost usbgadget wifi phone"
14 14
15MACHINE_EXTRA_RDEPENDS = "acx-firmware"
16
15MACHINE_EXTRA_RRECOMMENDS = " \ 17MACHINE_EXTRA_RRECOMMENDS = " \
16 kernel-module-htcuniversal-bt \ 18 kernel-module-htcuniversal-bt \
17 kernel-module-htcuniversal-phone \ 19 kernel-module-htcuniversal-phone \
20 kernel-module-i2c-pxa \
21 kernel-module-htcuniversal-acx \
22 kernel-module-acx \
18 " 23 "
19 24
25module_autoload_acx = "acx"
26module_autoload_htcuniversal_acx = "htcuniversal_acx"
27
20IMAGE_FSTYPES ?= "tar.gz" 28IMAGE_FSTYPES ?= "tar.gz"