summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/overo.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-18 15:32:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-18 15:36:06 +0000
commit673abd92f999829bdd67d0273c43570a62123a63 (patch)
tree63132d1ffc1cb5bf50d244b184ca8d58a9cbc85c /meta/conf/machine/overo.conf
parentfed61beb31c47e2d96af905a7047fe78d64c9bd0 (diff)
downloadpoky-673abd92f999829bdd67d0273c43570a62123a63.tar.gz
conf/machine: Drop older machines with no recent updates
These are all moving to meta-extras. Ideally in the future machines such as these will be maintained to topic specific layers as we move to a more layer oriented model. If this causes a problem for anyone please discuss it on the mailing list. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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