[oe-commits] Sebastian Spaeth : shr-image.inc: Remove g_ether loading hack, we use usb-gadget-mode for loading g_ether

git version control git at git.openembedded.org
Wed Dec 2 14:31:33 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3279b16db4e43578a098bc7c60a4d73f4fdcdc35
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3279b16db4e43578a098bc7c60a4d73f4fdcdc35

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Wed Dec  2 15:31:16 2009 +0100

shr-image.inc: Remove g_ether loading hack, we use usb-gadget-mode for loading g_ether

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

---

 recipes/images/shr-image.inc |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index ec20027..ac20537 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -3,7 +3,7 @@
 #------------------------------------------------------
 
 PV = "2.0"
-PR = "r9"
+PR = "r10"
 
 
 DEPENDS += "task-shr-minimal"
@@ -66,11 +66,6 @@ shr_rootfs_postprocess() {
     echo >>./etc/fstab
     echo "# NFS Host" >>./etc/fstab
     echo "192.168.0.200:/local/pkg /local/pkg nfs noauto,nolock,soft,rsize=32768,wsize=32768 0 0" >>./etc/fstab
-    # fix .desktop files for illume
-    #desktop=`find ./usr/share/applications -name "*.desktop"`
-    #for file in $desktop; do
-    #    echo "Categories=Office;" >>$file
-    #done
 
     # minimal gtk theme foo
     # this should be set in postinst phase of installed gtk-theme package
@@ -107,7 +102,6 @@ shr_rootfs_postprocess() {
     [ -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
 
     #set up some variables to improve default settings





More information about the Openembedded-commits mailing list