[oe-commits] Sebastian Spaeth : shr-image.inc: remove 1 module autoload hack. 2 of them left.

git version control git at git.openembedded.org
Wed Dec 2 12:54:39 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: e343ac1fdcb3570bb77ca8ab1b210ebf7e83ac22
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e343ac1fdcb3570bb77ca8ab1b210ebf7e83ac22

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Wed Dec  2 13:41:09 2009 +0100

shr-image.inc: remove 1 module autoload hack. 2 of them left.

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 recipes/images/shr-image.inc |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index 7234020..5a83ebb 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -107,11 +107,10 @@ shr_rootfs_postprocess() {
 
     #load modules on boot
     [ -d ./etc/modutils ] || mkdir ./etc/modutils
+    # FIXME: do load those modules through module_autoload in 
+    # machine config or distro config
     echo "g_ether" > ./etc/modutils/g_ether
     echo "ppp_generic" > ./etc/modutils/ppp_generic
-    # FIXME: Only do this for GTA02
-    # FIXME: investigate why module_autoload in machine config doesn't work
-    echo "snd-soc-neo1973-gta02-wm8753" > ./etc/modutils/snd-soc-neo
 
     #set up some variables to improve default settings
     echo "if [ \"\$DISPLAY\" = \"\" ]" >> ./etc/profile





More information about the Openembedded-commits mailing list