[oe-commits] Simon Busch : initscripts-shr: remove unused usb-gadget script for palmpre machine

git version control git at git.openembedded.org
Wed Oct 20 08:20:35 UTC 2010


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Wed Sep 29 06:42:59 2010 +0200

initscripts-shr: remove unused usb-gadget script for palmpre machine

This script was resonsible for activating networking over usb but is not needed anymore as
our default kernel for the palmpre machine activates usb networking per default.

Signed-off-by: Simon Busch <morphis at gravedo.de>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/shr/initscripts-shr/palmpre/usb-gadget.sh |   10 ----------
 recipes/shr/initscripts-shr_0.0.1.bb              |    8 +-------
 2 files changed, 1 insertions(+), 17 deletions(-)

diff --git a/recipes/shr/initscripts-shr/palmpre/usb-gadget.sh b/recipes/shr/initscripts-shr/palmpre/usb-gadget.sh
deleted file mode 100644
index d755495..0000000
--- a/recipes/shr/initscripts-shr/palmpre/usb-gadget.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# usb gadget configuration:
-# there already different configurations on the palm pre defined,
-# we choose nr 5 cause it provides the usbnet, novacom
-# and storage gadget
-if [ -e /sys/class/usb_gadget/config_num ]; then
-	echo 5 > /sys/class/usb_gadget/config_num
-fi
-
diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb
index 120c325..e4dc736 100644
--- a/recipes/shr/initscripts-shr_0.0.1.bb
+++ b/recipes/shr/initscripts-shr_0.0.1.bb
@@ -5,7 +5,7 @@ DEPENDS = ""
 RDEPENDS_${PN} = "procps"
 LICENSE = "GPL"
 PV = "0.0.1"
-PR = "r19"
+PR = "r20"
 
 RCONFLICTS_${PN} = "initscripts"
 
@@ -31,7 +31,6 @@ SRC_URI = "file://alignment.sh \
 	   file://umountfs \
 	   file://umountnfs.sh \
 	   "
-SRC_URI_append_palmpre = " file://usb-gadget.sh"
 
 inherit base
 
@@ -75,11 +74,6 @@ do_install () {
 	install -m 0755	${WORKDIR}/umountfs		${D}${sysconfdir}/init.d
 	install -m 0755	${WORKDIR}/umountnfs.sh		${D}${sysconfdir}/init.d
 
-	if [ "${MACHINE}" == "palmpre" ]; then
-		install -m 0755 ${WORKDIR}/usb-gadget.sh ${D}${sysconfdir}/init.d
-		ln -sf ../init.d/usb-gadget.sh ${D}${sysconfdir}/rcS.d/S00usb-gadget.sh
-	fi
-
 #
 # Create runlevel links
 #





More information about the Openembedded-commits mailing list