diff options
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/htcuniversal.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/conf/machine/htcuniversal.conf b/meta/conf/machine/htcuniversal.conf index b307e1ad7..922c13c0f 100644 --- a/meta/conf/machine/htcuniversal.conf +++ b/meta/conf/machine/htcuniversal.conf @@ -12,9 +12,17 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp" MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen usbhost usbgadget wifi phone" +MACHINE_EXTRA_RDEPENDS = "acx-firmware" + MACHINE_EXTRA_RRECOMMENDS = " \ kernel-module-htcuniversal-bt \ kernel-module-htcuniversal-phone \ + kernel-module-i2c-pxa \ + kernel-module-htcuniversal-acx \ + kernel-module-acx \ " +module_autoload_acx = "acx" +module_autoload_htcuniversal_acx = "htcuniversal_acx" + IMAGE_FSTYPES ?= "tar.gz" |