merge of 'd0e2c30b999cbef32c26717651606b8411ad02d6'
[vuplus_openembedded] / conf / machine / omap5912osk.conf
1 #@TYPE: Machine
2 #@NAME: OMAP5912 cpu on an OSK board
3 #@DESCRIPTION: Machine configuration for the OMAP Starter Kit with a 5912 processor
4
5 TARGET_ARCH = "arm"
6 IPKG_EXTRA_ARCHS = "armv5te"
7
8 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
9 PREFERRED_PROVIDER_virtual/kernel = "linux-omap1"
10 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
11
12 PREFERRED_VERSION_u-boot = "LABEL.2006.06.30.2020"
13
14 # Use current git until I can find a git tag that builds for omap5912osk
15 PREFERRED_VERSION_linux-omap1 = "2.6.x+git"
16 #PREFERRED_VERSION_linux-omap1 = "2.6.12-rc2"
17
18 BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral"
19
20 SERIAL_CONSOLE ?= "115200 ttyS0"
21 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
22
23 # PCMCIA Modules
24 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcmcia-core kernel-module-pcmcia"
25 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-omap-cf"
26 # IDE modules
27 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ide-cs kernel-module-ide-disk"
28 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ide-core"
29 # DOS and VFAT modules
30 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-msdos kernel-module-nls-iso8859-1"
31 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nls-cp437 kernel-module-nls-base"
32 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-vfat kernel-module-fat"
33 # Video er LCD Driver
34 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-fb kernel-module-cfbimgblt kernel-module-cfbcopyarea"
35 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-cfbfillrect kernel-module-omapfb kernel-module-softcursor"
36 # DSP Interface
37 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-dsp"
38
39 include conf/machine/include/tune-arm926ejs.conf