[oe-commits] org.oe.dev magician.conf: add machine configuration for htc magician

pH5 commit openembedded-commits at lists.openembedded.org
Sat Oct 21 10:55:55 UTC 2006


magician.conf: add machine configuration for htc magician

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 4b0133764e1b19133abfc5dd0dccaadce5f5593a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4b0133764e1b19133abfc5dd0dccaadce5f5593a
Files:
1
conf/machine/magician.conf
Diffs:

#
# mt diff -r849c0d4060e9db99f9f049c1be6776c5eb8099a7 -r4b0133764e1b19133abfc5dd0dccaadce5f5593a
#
# 
# 
# add_file "conf/machine/magician.conf"
#  content [424473ef95e6839ec6dadbcafbc069601f983838]
# 
============================================================
--- conf/machine/magician.conf	424473ef95e6839ec6dadbcafbc069601f983838
+++ conf/machine/magician.conf	424473ef95e6839ec6dadbcafbc069601f983838
@@ -0,0 +1,50 @@
+#@TYPE: Machine
+#@NAME: HTC Magician
+#@DESCRIPTION: Machine configuration for the HTC Magician PDA/Phone
+
+#
+# Hardware-based properties
+#
+TARGET_ARCH = "arm"
+IPKG_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt ipaqpxa ipaq-pxa270"
+
+# 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
+
+ROOT_FLASH_SIZE = "80"
+VOLATILE_STORAGE_SIZE = "64"
+GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth irda usbgadget"
+
+#
+# Software/packages selection
+#
+PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
+MODUTILS = "26"	
+XSERVER = "xserver-kdrive-fbdev"
+
+PREFERRED_VERSION_orinoco-modules = "0.15rc1"
+
+MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \
+				kernel-module-nls-iso8859-1 \
+				kernel-module-nls-utf8 \
+				kernel-module-af-key \
+				kernel-module-i2c-pxa \
+				kernel-module-hx4700-voltage \
+				kernel-module-hx4700-acx \
+				kernel-module-snd-hx4700-audio"
+
+#
+# Modules autoload and other boot properties
+#
+module_autoload_magician_ts = "magician_ts"
+module_autoload_leds-magician = "leds-magician"
+module_autoload_snd-pcm-oss = "snd-pcm-oss"
+module_autoload_snd-mixer-oss = "snd-mixer-oss"
+module_autoload_pxa27x_udc = "pxa27x_udc"
+
+#FIXME: this should be controlled by a userspace utility later.
+module_autoload_g_ether = "g_ether"






More information about the Openembedded-commits mailing list