diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2007-08-23 16:54:34 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2007-08-23 16:54:34 +0000 |
commit | 0fe7e8d1c308601e7f20caf3945eebf7bb13b8e7 (patch) | |
tree | ff26803f7c6f9e0a48cbd79e6fc460703d19b054 | |
parent | 62a6dcc798d01680668b2a37a3a882e57e3dbe94 (diff) | |
download | openembedded-core-0fe7e8d1c308601e7f20caf3945eebf7bb13b8e7.tar.gz openembedded-core-0fe7e8d1c308601e7f20caf3945eebf7bb13b8e7.tar.bz2 openembedded-core-0fe7e8d1c308601e7f20caf3945eebf7bb13b8e7.zip |
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
-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 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" 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" |