diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-10 11:56:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-10 11:56:19 +0000 |
commit | 457ae5ada547f8f03a5963f40e4f403dd0244a2b (patch) | |
tree | cb8a51afe2c96f9c11b7f04f128895e6e3b05d55 /meta/conf/machine | |
parent | fe795de8f54b4270bc3fcf7b87c06ccf6d837665 (diff) | |
download | poky-457ae5ada547f8f03a5963f40e4f403dd0244a2b.tar.gz |
Add overo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/overo.conf | 37 |
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 | |||
5 | include conf/machine/include/tune-cortexa8.inc | ||
6 | |||
7 | TARGET_ARCH = "arm" | ||
8 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7 armv7a" | ||
9 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" | ||
10 | |||
11 | PREFERRED_VERSION_u-boot = "git" | ||
12 | UBOOT_ENTRYPOINT = "0x80008000" | ||
13 | UBOOT_LOADADDRESS = "0x80008000" | ||
14 | |||
15 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap3" | ||
16 | KERNEL_IMAGETYPE = "uImage" | ||
17 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
18 | SERIAL_CONSOLE = "115200 ttyS2" | ||
19 | |||
20 | IMAGE_FSTYPES += "tar.bz2 jffs2" | ||
21 | EXTRA_IMAGECMD_jffs2 = "-lnp " | ||
22 | EXTRA_IMAGEDEPENDS += "u-boot-omap3 x-load" | ||
23 | |||
24 | PREFERRED_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 | |||
31 | XSERVER = "xserver-kdrive-fbdev" | ||
32 | |||
33 | GUI_MACHINE_CLASS = "bigscreen" | ||
34 | |||
35 | ANGSTROM_URI = "http://www.gumstix.net" | ||
36 | |||
37 | |||