[oe-commits] org.oe.dev eteng500, rx1950: Add bare configs for two more hh.org ports.

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Jun 30 18:06:46 UTC 2007


eteng500, rx1950: Add bare configs for two more hh.org ports.

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

#
# mt diff -rc664de75a6de45abbc18209df635f56f84bae3ea -r32182b169272b2c54b4262367a683b02def92470
#
# 
# 
# add_file "conf/machine/eteng500.conf"
#  content [27434564dbe644feb612f2a4d67df69709b28627]
# 
# add_file "conf/machine/rx1950.conf"
#  content [8f5b10c3e933d4d074eca5a5cb27df7829d2d85f]
# 
============================================================
--- conf/machine/eteng500.conf	27434564dbe644feb612f2a4d67df69709b28627
+++ conf/machine/eteng500.conf	27434564dbe644feb612f2a4d67df69709b28627
@@ -0,0 +1,35 @@
+#@TYPE: Machine
+#@NAME: Eten G500
+#@DESCRIPTION: Machine configuration for the Eten G500 PocketPC phone
+
+#
+# Hardware-based properties
+#
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t"
+
+# Samsung S3C2xxx CPU
+require conf/machine/include/tune-arm920t.conf
+
+ROOT_FLASH_SIZE = "32"
+VOLATILE_STORAGE_SIZE = "64"
+GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen"
+
+#
+# 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
+#
+module_autoload_snd-pcm-oss = "snd-pcm-oss"
+module_autoload_g_ether = "g_ether"
+
+SERIAL_CONSOLE = "115200 ttyS0 vt100"
+USE_VT = "0"
+
+require conf/machine/include/LAB-settings.conf
============================================================
--- conf/machine/rx1950.conf	8f5b10c3e933d4d074eca5a5cb27df7829d2d85f
+++ conf/machine/rx1950.conf	8f5b10c3e933d4d074eca5a5cb27df7829d2d85f
@@ -0,0 +1,35 @@
+#@TYPE: Machine
+#@NAME: HP iPAQ rx1950
+#@DESCRIPTION: Machine configuration for the HP iPAQ rx1950
+
+#
+# Hardware-based properties
+#
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t"
+
+# Samsung S3C2xxx CPU
+require conf/machine/include/tune-arm920t.conf
+
+ROOT_FLASH_SIZE = "32"
+VOLATILE_STORAGE_SIZE = "64"
+GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen"
+
+#
+# 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
+#
+module_autoload_snd-pcm-oss = "snd-pcm-oss"
+module_autoload_g_ether = "g_ether"
+
+SERIAL_CONSOLE = "115200 ttyS0 vt100"
+USE_VT = "0"
+
+require conf/machine/include/LAB-settings.conf






More information about the Openembedded-commits mailing list