diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openomap.conf | 2 | ||||
-rw-r--r-- | conf/machine/omap5912osk.conf | 18 |
2 files changed, 18 insertions, 2 deletions
diff --git a/conf/distro/openomap.conf b/conf/distro/openomap.conf index af0f52a4a6..6f0bca9342 100644 --- a/conf/distro/openomap.conf +++ b/conf/distro/openomap.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: OE Distribution for TI OMAP Development Boards INHERIT += " package_ipk debian" -TARGET_OS ?= "linux-uclibc" +TARGET_OS = "linux" TARGET_FPU ?= "soft" # 2.4 vs 2.6 is a distro decision. diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf index a01e970665..de21822b15 100644 --- a/conf/machine/omap5912osk.conf +++ b/conf/machine/omap5912osk.conf @@ -6,7 +6,7 @@ TARGET_ARCH = "arm" IPKG_ARCHS = "all arm armv5te ${MACHINE}" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/kernel = "linux-omap-2.6" +PREFERRED_PROVIDER_virtual/kernel = "linux-omap1" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel modutils-collateral" @@ -15,4 +15,20 @@ BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral" SERIAL_CONSOLE ?= "115200 ttyS0" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" +# 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/tune-arm926ejs.conf |