summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-04-28 19:06:59 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-28 19:06:59 +0000
commit989a3c578011cad60fc167cdb1b9a0e603f43072 (patch)
treeaef515b13e77cda22b30d75295f3aaef16d6c470 /conf/machine
parentd775757b77aba05c2766546682db2915b5cc12e1 (diff)
* add initial support for gumstix (xscale pxa255) platform (gumstix.com)
* add GMUstix distro for gumstix (GMU = George Mason University) * add linux-gumstix-2.6.15 with gumstix patchset * close bug #861
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/gumstix.conf25
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"
+