summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2007-11-14 13:55:15 +0000
committerSamuel Ortiz <sameo@openedhand.com>2007-11-14 13:55:15 +0000
commit9f3c3a1866594b04611a6f2b3cd5fd9aa9aca597 (patch)
tree62c745384a20522eb280e2d6a41b6a14b35cceab /meta/conf
parent2cd85663f65c01ffe208a0d2f248b1fe6ef64448 (diff)
downloadpoky-9f3c3a1866594b04611a6f2b3cd5fd9aa9aca597.tar.gz
htcuniversal: add task-keyboard for keymap installation.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3164 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/htcuniversal.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/machine/htcuniversal.conf b/meta/conf/machine/htcuniversal.conf
index 3dcb80ddc8..2f5b798bff 100644
--- a/meta/conf/machine/htcuniversal.conf
+++ b/meta/conf/machine/htcuniversal.conf
@@ -10,7 +10,7 @@ PACKAGE_EXTRA_ARCHS = "armv4t armv5te iwmmxt"
10 10
11PREFERRED_PROVIDER_virtual/kernel = "linux-rp" 11PREFERRED_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 keyboard usbhost usbgadget wifi phone"
14 14
15MACHINE_EXTRA_RDEPENDS = "zaurusd" 15MACHINE_EXTRA_RDEPENDS = "zaurusd"
16 16
@@ -20,6 +20,7 @@ MACHINE_EXTRA_RRECOMMENDS = " \
20 kernel-module-i2c-pxa \ 20 kernel-module-i2c-pxa \
21 kernel-module-htcuniversal-acx \ 21 kernel-module-htcuniversal-acx \
22 kernel-module-acx \ 22 kernel-module-acx \
23 kernel-module-usbserial \
23 " 24 "
24 25
25module_autoload_acx = "acx" 26module_autoload_acx = "acx"