[oe-commits] org.oe.dev htc-universal: convert to task-base

koen commit openembedded-commits at lists.openembedded.org
Fri Oct 13 09:45:33 UTC 2006


htc-universal: convert to task-base

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 5dbaa07422378240b0e921af32e21051a1b3b3bc
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5dbaa07422378240b0e921af32e21051a1b3b3bc
Files:
1
conf/machine/htcuniversal.conf
Diffs:

#
# mt diff -r05ae7db20f9eaa0dd28712c87eb37d67106003e2 -r5dbaa07422378240b0e921af32e21051a1b3b3bc
#
# 
# 
# patch "conf/machine/htcuniversal.conf"
#  from [83e024c585b2b9efe03e2876988320b979a0506e]
#    to [ef93cd22538a22151bc72a43b0fd8fab0d392c45]
# 
============================================================
--- conf/machine/htcuniversal.conf	83e024c585b2b9efe03e2876988320b979a0506e
+++ conf/machine/htcuniversal.conf	ef93cd22538a22151bc72a43b0fd8fab0d392c45
@@ -13,20 +13,19 @@ MODUTILS = "26"	
 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 \
-		  "	
+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 \
+				"
 
-include conf/machine/include/smartphone-common.conf
-
 GUI_MACHINE_CLASS = "bigscreen"
 
 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
@@ -35,8 +34,6 @@ include conf/machine/include/tune-xscale
 # 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"
 






More information about the Openembedded-commits mailing list