aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/htcuniversal.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-10-13 09:36:41 +0000
committerKoen Kooi <koen@openembedded.org>2006-10-13 09:36:41 +0000
commit808f96c029eded3dfe028dfe200933e34cba0585 (patch)
tree746dd8ba8dd674e59b8c3975fcfac51d6d937a0f /conf/machine/htcuniversal.conf
parented73ca098e3c44c6a08604500876552ffd023b47 (diff)
downloadopenembedded-808f96c029eded3dfe028dfe200933e34cba0585.tar.gz
htc-universal: convert to task-base
Diffstat (limited to 'conf/machine/htcuniversal.conf')
-rw-r--r--conf/machine/htcuniversal.conf25
1 files changed, 11 insertions, 14 deletions
diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf
index 8fae31d9f8..31969823a2 100644
--- a/conf/machine/htcuniversal.conf
+++ b/conf/machine/htcuniversal.conf
@@ -13,19 +13,18 @@ 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}"
-BOOTSTRAP_EXTRA_RDEPENDS_append = " udev"
-BOOTSTRAP_EXTRA_RDEPENDS_append = " module-init-tools detect-stylus"
-BOOTSTRAP_EXTRA_RDEPENDS_append = " tiinit acx-firmware"
-PXA270_MODULES = "acx g_ether g_file_storage pxa27x_udc bsd_comp \
- snd_pcm_oss snd_mixer_oss \
- hidp bluetooth bfusb hci_usb \
- irtty-sir pxaficp_ir sir-dev \
- "
-
-include conf/machine/include/smartphone-common.conf
+MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware"
+MACHINE_EXTRA__RRECOMMENDS = " kernel-module-nls_cp437 \
+ kernel-module-nls_iso8859-1 \
+ kernel-module-nls_utf8 \
+ kernel-module-af_key \
+ bsd_comp \
+ i2c-pxa \
+ htcuniversal_power \
+ snd-htcuniversal_audio \
+ htcuniversal_acx \
+ "
GUI_MACHINE_CLASS = "bigscreen"
@@ -35,8 +34,6 @@ include conf/machine/include/tune-xscale.conf
# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
#include conf/machine/include/tune-iwmmxt.conf
-UN_MODULES = "i2c-pxa htcuniversal_acx htcuniversal_power snd-htcuniversal_audio"
-
module_autoload_acx = "acx"
module_autoload_htcuniversal_acx = "htcuniversal_acx"