[oe-commits] org.oe.dev gumstix.conf: fix up a bit

koen commit openembedded-commits at lists.openembedded.org
Mon Jun 4 09:42:53 UTC 2007


gumstix.conf: fix up a bit

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

#
# mt diff -r423c5257baba74522bd30bd67130ce0fb1350e21 -r6ba793f4e899f7f748c7e3172c1d338db1005e00
#
# 
# 
# patch "conf/machine/gumstix.conf"
#  from [74c50d1c47c5dee55815467bac7f51a4a296f516]
#    to [4520334445706e61c42a20ae0810c84127698362]
# 
============================================================
--- conf/machine/gumstix.conf	74c50d1c47c5dee55815467bac7f51a4a296f516
+++ conf/machine/gumstix.conf	4520334445706e61c42a20ae0810c84127698362
@@ -1,24 +1,25 @@
+#@TYPE: Machine
+#@Name: Gumstix pxa2xx boards
+#@DESCRIPTION:  Gumstix pxa2xx boards
+
 TARGET_ARCH = "arm"
-TARGET_VENDOR = "-oe"
+
 PREFERRED_PROVIDER_virtual/kernel = "linux-gumstix"
-OLDEST_KERNEL = "2.6.15"
-MODUTILS = "26"
 
-require conf/machine/include/tune-xscale.conf
-TARGET_CC_ARCH = "-Os -pipe -Os -march=armv5te -mtune=xscale -Wa,-mcpu=xscale"
+OLDEST_KERNEL = "2.6.15"
 
-PACKAGE_ARCH = "arm"
+#Assume people have some gumstix extension boards 
+MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget bluetooth"
 
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash"
 
-HOTPLUG = "udev"
-udevdir = "/dev"
-
 GUMSTIX_400MHZ = "y"
 
+# used by sysvinit_2
 SERIAL_CONSOLE = "115200 ttyS0 vt100"
+
+#don't try to access tty1
 USE_VT = "0"
 
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel-module-mmc kernel-module-usb kernel-module-fat kernel-module-bluetooth kernel-module-jfs udev lrzsz"
-PREFERRED_VERSION_task-bootstrap = "1.0unionroot"
+require conf/machine/include/tune-xscale.conf
 






More information about the Openembedded-commits mailing list