diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-04 12:54:12 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-04 12:54:12 +0100 |
commit | 8fd4b944c73a24d6422abd42000b22ea8befe619 (patch) | |
tree | 9f9d76d9603ad1adbb66d492558fa6676e3f384d /conf | |
parent | 39e80f189b67f28f1871debd12ec432b6b0c32ed (diff) |
gumstix overo: add basic support to OE, based on gumstix repo
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/overo.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/conf/machine/overo.conf b/conf/machine/overo.conf new file mode 100644 index 0000000000..91413ec903 --- /dev/null +++ b/conf/machine/overo.conf @@ -0,0 +1,32 @@ +#@TYPE: Machine +#@NAME: overo machine +#@DESCRIPTION: Machine configuration for the Gumstix Overo + +include conf/machine/include/tune-cortexa8.inc + +TARGET_ARCH = "arm" +MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen" + +UBOOT_ENTRYPOINT = "0x80008000" +UBOOT_LOADADDRESS = "0x80008000" +UBOOT_MACHINE_overo = "omap3_overo_config" + +PREFERRED_PROVIDER_virtual/kernel = "linux-omap" + +KERNEL_IMAGETYPE = "uImage" +SERIAL_CONSOLE = "115200 ttyS2" + +IMAGE_FSTYPES += "tar.bz2" +EXTRA_IMAGEDEPENDS += " u-boot-omap3 x-load" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" +XSERVER = "xserver-xorg \ + xf86-input-evdev \ + xf86-input-mouse \ + xf86-input-tslib \ + xf86-video-omapfb \ + xf86-input-keyboard" + +GUI_MACHINE_CLASS = "bigscreen" + + |