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.conf36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta/conf/machine/overo.conf b/meta/conf/machine/overo.conf
deleted file mode 100644
index 5271db627b..0000000000
--- a/meta/conf/machine/overo.conf
+++ /dev/null
@@ -1,36 +0,0 @@
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"
8MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"
9
10PREFERRED_VERSION_u-boot = "git"
11UBOOT_ENTRYPOINT = "0x80008000"
12UBOOT_LOADADDRESS = "0x80008000"
13
14PREFERRED_PROVIDER_virtual/kernel = "linux-omap3"
15KERNEL_IMAGETYPE = "uImage"
16MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
17SERIAL_CONSOLE = "115200 ttyS2"
18
19IMAGE_FSTYPES += "tar.bz2 jffs2"
20EXTRA_IMAGECMD_jffs2 = "-lnp "
21EXTRA_IMAGEDEPENDS += "u-boot x-load"
22
23PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
24#XSERVER = "xserver-xorg \
25# xf86-input-evdev \
26# xf86-input-mouse \
27# xf86-video-fbdev \
28# xf86-input-keyboard"
29
30XSERVER = "xserver-kdrive-fbdev"
31
32GUI_MACHINE_CLASS = "bigscreen"
33
34ANGSTROM_URI = "http://www.gumstix.net"
35
36