summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
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"