aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/htcuniversal.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-10-04 13:18:14 +0000
committerKoen Kooi <koen@openembedded.org>2006-10-04 13:18:14 +0000
commit325b7da6a4b27df23d9874caf99376170abbe642 (patch)
tree48a76e62a2ceded12928cbc8be11d875d6139aa7 /conf/machine/htcuniversal.conf
parent7cda59cb5b6d78f4d41cf233f9a7f48109042a2e (diff)
downloadopenembedded-325b7da6a4b27df23d9874caf99376170abbe642.tar.gz
htcuniversal: add MACHINE_FEATURES
Diffstat (limited to 'conf/machine/htcuniversal.conf')
-rw-r--r--conf/machine/htcuniversal.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf
index dac9a84aff..8fae31d9f8 100644
--- a/conf/machine/htcuniversal.conf
+++ b/conf/machine/htcuniversal.conf
@@ -10,6 +10,8 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
XSERVER = "xserver-kdrive-fbdev"
+MACHINE_FEATURES = "kernel26 apm alsa irda usbgadget usbhost keyboard touchscreen"
+
MODUTILS = "26"
BOOTMODULES_RRECOMMENDS = "${@linux_module_packages('${PXA270_MODULES}', d)} ${@linux_module_packages('${UN_MODULES}', d)}"
BOOTSTRAP_EXTRA_RRECOMMENDS += " ${BOOTMODULES_RRECOMMENDS}"