[oe-commits] org.oe.dev htcwallaby.conf: Bare config for HTC Walalby (very first XDA) machine.

pfalcon commit openembedded-commits at lists.openembedded.org
Mon Jun 25 14:24:53 UTC 2007


htcwallaby.conf: Bare config for HTC Walalby (very first XDA) machine.

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

#
# mt diff -rc168ec9009bc4330e8a3823877cc7feab594f46b -rb02088ae9e5847432d378e1127122006d2d82fa9
#
# 
# 
# add_file "conf/machine/htcwallaby.conf"
#  content [9eb8958a34abb017fe40020f1493f5bd050a6e52]
# 
============================================================
--- conf/machine/htcwallaby.conf	9eb8958a34abb017fe40020f1493f5bd050a6e52
+++ conf/machine/htcwallaby.conf	9eb8958a34abb017fe40020f1493f5bd050a6e52
@@ -0,0 +1,29 @@
+#@TYPE: Machine
+#@NAME: HTC Wallaby
+#@DESCRIPTION: Machine configuration for the HTC Wallaby aka XDA aka many other names
+
+#
+# Hardware-based properties
+#
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 "
+
+require conf/machine/include/tune-strongarm.conf
+
+ROOT_FLASH_SIZE = "16" #?
+VOLATILE_STORAGE_SIZE = "32"
+GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen phone"
+
+#
+# Software/packages selection
+#
+PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
+PCMCIA_MANAGER = "pcmciautils"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+#
+# Modules autoload and other boot properties
+#
+SERIAL_CONSOLE = "115200 ttySA0 vt100"
+USE_VT = "0"






More information about the Openembedded-commits mailing list