increase dvbapp PR.
[vuplus_openembedded] / conf / machine / omap5912osk.conf
index fc17985..9fcd76e 100644 (file)
@@ -3,39 +3,35 @@
 #@DESCRIPTION: Machine configuration for the OMAP Starter Kit with a 5912 processor
 
 TARGET_ARCH = "arm"
-IPKG_EXTRA_ARCHS = "armv5te"
-
-HOTPLUG = "udev"
 
 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
-PREFERRED_PROVIDER_virtual/kernel = "linux-omap1"
-PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
-
-PREFERRED_VERSION_u-boot = "LABEL.2006.06.30.2020"
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
 
-# Use current git until I can find a git tag that builds for omap5912osk
-PREFERRED_VERSION_linux-omap1 = "2.6.x+git"
-#PREFERRED_VERSION_linux-omap1 = "2.6.12-rc2"
+UBOOT_ENTRYPOINT="0x10c08000"
 
-BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral"
+# PREFERRED_VERSION_u-boot = "1.1.6"
 
 SERIAL_CONSOLE ?= "115200 ttyS0"
+IMAGE_FSTYPES ?= "jffs2"
 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
 
-# PCMCIA Modules
-#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcmcia-core kernel-module-pcmcia"
-#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-omap-cf"
-# IDE modules
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ide-cs kernel-module-ide-disk"
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ide-core"
-# DOS and VFAT modules
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-msdos kernel-module-nls-iso8859-1"
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nls-cp437 kernel-module-nls-base"
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-vfat kernel-module-fat"
-# Video er LCD Driver
-#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-fb kernel-module-cfbimgblt kernel-module-cfbcopyarea"
-#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-cfbfillrect kernel-module-omapfb kernel-module-softcursor"
-# DSP Interface
-#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-dsp"
-
-include conf/machine/include/tune-arm926ejs.conf
+ROOT_FLASH_SIZE = "29"
+
+MACHINE_FEATURES = "kernel26 pcmcia usbhost alsa"
+
+MACHINE_EXTRA_RRECOMMENDS = "kernel-module-ide-cs \
+                          kernel-module-ide-disk \
+                          kernel-module-ide-core \
+                          kernel-module-nls-iso8859-1 \
+                          kernel-module-nls-cp437 \
+                          kernel-module-nls-base \
+                          kernel-module-vfat \
+                          kernel-module-ohci-hcd \
+                          kernel-module-tlv320aic23 \
+                          kernel-module-snd-omap-alsa-aic23 \
+                          "
+
+RDEPENDS_kernel-base = ""
+
+require conf/machine/include/tune-arm926ejs.inc
+