From 457ae5ada547f8f03a5963f40e4f403dd0244a2b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Oct 2008 11:56:19 +0000 Subject: Add overo git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/machine/overo.conf | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 meta/conf/machine/overo.conf (limited to 'meta/conf/machine') 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 @@ +#@TYPE: Machine +#@NAME: overo machine +#@DESCRIPTION: Machine configuration for the overo + +include conf/machine/include/tune-cortexa8.inc + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7 armv7a" +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" + +PREFERRED_VERSION_u-boot = "git" +UBOOT_ENTRYPOINT = "0x80008000" +UBOOT_LOADADDRESS = "0x80008000" + +PREFERRED_PROVIDER_virtual/kernel = "linux-omap3" +KERNEL_IMAGETYPE = "uImage" +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" +SERIAL_CONSOLE = "115200 ttyS2" + +IMAGE_FSTYPES += "tar.bz2 jffs2" +EXTRA_IMAGECMD_jffs2 = "-lnp " +EXTRA_IMAGEDEPENDS += "u-boot-omap3 x-load" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" +#XSERVER = "xserver-xorg \ +# xf86-input-evdev \ +# xf86-input-mouse \ +# xf86-video-fbdev \ +# xf86-input-keyboard" + +XSERVER = "xserver-kdrive-fbdev" + +GUI_MACHINE_CLASS = "bigscreen" + +ANGSTROM_URI = "http://www.gumstix.net" + + -- cgit v1.2.3-54-g00ecf