gumstix.conf: fix up a bit
authorKoen Kooi <koen@openembedded.org>
Mon, 4 Jun 2007 09:32:10 +0000 (09:32 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 4 Jun 2007 09:32:10 +0000 (09:32 +0000)
conf/machine/gumstix.conf

index 36ed04e..510de49 100644 (file)
@@ -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