diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/gumstix.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/gumstix.conf b/conf/machine/gumstix.conf new file mode 100644 index 0000000000..8da2f5ca3a --- /dev/null +++ b/conf/machine/gumstix.conf @@ -0,0 +1,25 @@ +TARGET_ARCH = "arm" +TARGET_VENDOR = "-oe" +PREFERRED_PROVIDER_virtual/kernel = "linux-gumstix" +OLDEST_KERNEL = "2.6.15" +MODUTILS = "26" +IPKG_ARCHS = "arm ${MACHINE}" + +include conf/machine/include/tune-xscale.conf +TARGET_CC_ARCH = "-Os -pipe -Os -march=armv5te -mtune=xscale -Wa,-mcpu=xscale" + +PACKAGE_ARCH = "arm" + +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash" + +HOTPLUG = "udev" +udevdir = "/dev" + +GUMSTIX_400MHZ = "y" + +SERIAL_CONSOLE = "115200 ttyS0 vt100" +USE_VT = "0" + +BOOTSTRAP_EXTRA_RDEPENDS = "kernel-modules-mmc kernel-modules-usb kernel-modules-fat kernel-modules-bluetooth kernel-module-jfs udev lrzsz" +PREFERRED_VERSION_task-bootstrap = "1.0unionroot" + |