[oe-commits] org.oe.dev gumstix.inc : autoload smc91x module. Provide a commented out example of how

crofton commit openembedded-commits at lists.openembedded.org
Mon Sep 17 19:26:37 UTC 2007


gumstix.inc : autoload smc91x module. Provide a commented out example of how
              to install all modules in the image.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: e9a6786ef2e7a6c087283a96dd0a224bae8a9927
ViewMTN: http://monotone.openembedded.org/revision/info/e9a6786ef2e7a6c087283a96dd0a224bae8a9927
Files:
1
conf/machine/include/gumstix.inc
Diffs:

#
# mt diff -r31030f5c3077a7204d6970ff1e8615a0ff0531c2 -re9a6786ef2e7a6c087283a96dd0a224bae8a9927
#
# 
# 
# patch "conf/machine/include/gumstix.inc"
#  from [a9b8b761a9a47e6df416c842987c359d772d4580]
#    to [917537468325dc5643453f037aad76fbeb9bb147]
# 
============================================================
--- conf/machine/include/gumstix.inc	a9b8b761a9a47e6df416c842987c359d772d4580
+++ conf/machine/include/gumstix.inc	917537468325dc5643453f037aad76fbeb9bb147
@@ -12,6 +12,7 @@ module_autoload_g_ether = "g_ether"
 module_autoload_mmc_block = "mmc_block"
 module_autoload_gumstix_gadget = "gumstix_gadget"
 module_autoload_g_ether = "g_ether"
+module_autoload_smc91x = "smc91x"
 
 UBOOT_ENTRYPOINT = "a0008000"
 
@@ -20,6 +21,10 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian 
 
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash"
 
+# Install all kernel modules
+#MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS = "kernel-modules"
+
+# Install only selected kernel modules, comment out line above also
 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS = "kernel-module-unix \
                              kernel-module-rtc-core \
                              kernel-module-rtc-dev \






More information about the Openembedded-commits mailing list