[oe-commits] org.oe.dev omap5912osk.conf: transformed into task-base format (old config commented as part of it will probably need to be added into MACHINE_EXTRA_RRECOMMENDS)

hrw commit openembedded-commits at lists.openembedded.org
Wed Sep 27 20:42:02 UTC 2006


omap5912osk.conf: transformed into task-base format (old config commented as part of it will probably need to be added into MACHINE_EXTRA_RRECOMMENDS)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: d7e328fb6358c17d625c535d5afa0588a3dd0de6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d7e328fb6358c17d625c535d5afa0588a3dd0de6
Files:
1
conf/machine/omap5912osk.conf
Diffs:

#
# mt diff -r0210524914e1acf38b0baa33a67fefd62198473e -rd7e328fb6358c17d625c535d5afa0588a3dd0de6
#
# 
# 
# patch "conf/machine/omap5912osk.conf"
#  from [f0c95b842421d2a270855d92baf39b614b01bbe1]
#    to [14e0a84d43c58e220dd841910eeaa8df2acb10ab]
# 
============================================================
--- conf/machine/omap5912osk.conf	f0c95b842421d2a270855d92baf39b614b01bbe1
+++ conf/machine/omap5912osk.conf	14e0a84d43c58e220dd841910eeaa8df2acb10ab
@@ -7,8 +7,6 @@ HOTPLUG = "udev"
 
 HOTPLUG = "udev"
 
-#MACHINE_TASK_PROVIDER = "task-bootstrap"
-
 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap1"
 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
@@ -19,25 +17,41 @@ PREFERRED_VERSION_linux-omap1 = "2.6.x+g
 PREFERRED_VERSION_linux-omap1 = "2.6.x+git"
 #PREFERRED_VERSION_linux-omap1 = "2.6.12-rc2"
 
-BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral"
-
 SERIAL_CONSOLE ?= "115200 ttyS0"
 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
 
+MACHINE_FEATURES = "kernel26 pcmcia usbhost"
+
+MACHINE_TASK_PROVIDER = "task-base"
+
+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"
+
+include conf/machine/include/tune-arm926ejs.conf
+
+# old modules setup - partially need to be added into MACHINE_EXTRA_RRECOMMENDS
+
 # PCMCIA Modules
-#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcmcia-core kernel-module-pcmcia"
-#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-omap-cf"
+##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"
+#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"
+#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"
+##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






More information about the Openembedded-commits mailing list