summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/overo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/overo.conf')
-rw-r--r--meta/conf/machine/overo.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta/conf/machine/overo.conf b/meta/conf/machine/overo.conf
new file mode 100644
index 0000000000..dde4bff476
--- /dev/null
+++ b/meta/conf/machine/overo.conf
@@ -0,0 +1,37 @@
1#@TYPE: Machine
2#@NAME: overo machine
3#@DESCRIPTION: Machine configuration for the overo
4
5include conf/machine/include/tune-cortexa8.inc
6
7TARGET_ARCH = "arm"
8PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7 armv7a"
9MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"
10
11PREFERRED_VERSION_u-boot = "git"
12UBOOT_ENTRYPOINT = "0x80008000"
13UBOOT_LOADADDRESS = "0x80008000"
14
15PREFERRED_PROVIDER_virtual/kernel = "linux-omap3"
16KERNEL_IMAGETYPE = "uImage"
17MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
18SERIAL_CONSOLE = "115200 ttyS2"
19
20IMAGE_FSTYPES += "tar.bz2 jffs2"
21EXTRA_IMAGECMD_jffs2 = "-lnp "
22EXTRA_IMAGEDEPENDS += "u-boot-omap3 x-load"
23
24PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
25#XSERVER = "xserver-xorg \
26# xf86-input-evdev \
27# xf86-input-mouse \
28# xf86-video-fbdev \
29# xf86-input-keyboard"
30
31XSERVER = "xserver-kdrive-fbdev"
32
33GUI_MACHINE_CLASS = "bigscreen"
34
35ANGSTROM_URI = "http://www.gumstix.net"
36
37