[oe-commits] org.oe.dev htcuniversal: Organize machine settings per logical groups.

pfalcon commit openembedded-commits at lists.openembedded.org
Fri Oct 20 20:53:58 UTC 2006


htcuniversal: Organize machine settings per logical groups.

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

#
# mt diff -ra07d6e3d07b8f55b525b7faddddae8d78b90d92d -ra2d80ffefc6ee30f05619422e00e1918316ba3cf
#
# 
# 
# patch "conf/machine/htcuniversal.conf"
#  from [b6348e31a19a1b6ed90a8363bd6a8afb1df20819]
#    to [5839467e565fc6e0acb8a967fb49ddc651bcc30d]
# 
============================================================
--- conf/machine/htcuniversal.conf	b6348e31a19a1b6ed90a8363bd6a8afb1df20819
+++ conf/machine/htcuniversal.conf	5839467e565fc6e0acb8a967fb49ddc651bcc30d
@@ -1,18 +1,29 @@
 #@TYPE: Machine
 #@NAME: HTC Universal
 #@DESCRIPTION: Machine configuration for the HTC Universal
 
+#
+# Hardware-based properties
+#
 TARGET_ARCH = "arm"
 IPKG_EXTRA_ARCHS = "ipaqpxa armv4t armv5te iwmmxt"
 
-#use this for a HTC Universal
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
-PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
-XSERVER = "xserver-kdrive-fbdev"
+# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
+require conf/machine/include/tune-xscale.conf
 
+# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
+#require conf/machine/include/tune-iwmmxt.conf
+
+GUI_MACHINE_CLASS = "bigscreen"
 MACHINE_FEATURES = "kernel26 apm alsa irda usbgadget usbhost keyboard touchscreen"
 
-MODUTILS = "26"	
+#
+# Software/packages selection
+#
+PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
+PCMCIA_MANAGER = "pcmciautils"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+XSERVER = "xserver-kdrive-fbdev"
 
 MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware"
 MACHINE_EXTRA_RRECOMMENDS = "  kernel-module-nls-cp437 \
@@ -27,14 +38,9 @@ MACHINE_EXTRA_RRECOMMENDS = "  kernel-mo
 				kernel-module-acx \
 				"
 
-GUI_MACHINE_CLASS = "bigscreen"
-
-# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
-require conf/machine/include/tune-xscale.conf
-
-# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
-#require conf/machine/include/tune-iwmmxt.conf
-
+#
+# Modules autoload and other boot properties
+#
 module_autoload_acx = "acx"
 module_autoload_htcuniversal_acx = "htcuniversal_acx"
 






More information about the Openembedded-commits mailing list