[oe-commits] org.oe.dev opentapi: start up real early to initialize the BP properly to stop the phone shutting of because udev is so slow

daniel commit openembedded-commits at lists.openembedded.org
Fri Mar 2 10:17:46 UTC 2007


opentapi: start up real early to initialize the BP properly to stop the phone shutting of because udev is so slow

Author: daniel at totalueberwachung.de
Branch: org.openembedded.dev
Revision: ab8015581270feac30749b6002c549d3ed717884
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ab8015581270feac30749b6002c549d3ed717884
Files:
1
packages/ezx/opentapi/opentapi.init
packages/ezx/opentapi_svn.bb
Diffs:

#
# mt diff -r3221506b31bea1ddd95349fca1f2337f7c75d057 -rab8015581270feac30749b6002c549d3ed717884
#
# 
# 
# patch "packages/ezx/opentapi/opentapi.init"
#  from [17d45db59f417d314528144710143283c317c10c]
#    to [9e512b247310661e9d08def1d91dd5179900c449]
# 
# patch "packages/ezx/opentapi_svn.bb"
#  from [80d1f7a62fa2328becf53e12f9da10337674366b]
#    to [61bf0e19ae3a64b21cfc9338ee4d8cc7d07513f8]
# 
============================================================
--- packages/ezx/opentapi/opentapi.init	17d45db59f417d314528144710143283c317c10c
+++ packages/ezx/opentapi/opentapi.init	9e512b247310661e9d08def1d91dd5179900c449
@@ -37,8 +37,10 @@ start_it_up()
   fi
 
   echo -n "Starting $DESC: "
-  start-stop-daemon --start --quiet --pidfile $PIDFILE \
+  start-stop-daemon --start --background --quiet --pidfile $PIDFILE \
     --exec $DAEMON -- --system $PARAMS
+  # We need to sleep here because opening the mux devices takes some time
+  sleep 15
   echo "$NAME."
   if [ -d $EVENTDIR ]; then
       run-parts --arg=start $EVENTDIR
============================================================
--- packages/ezx/opentapi_svn.bb	80d1f7a62fa2328becf53e12f9da10337674366b
+++ packages/ezx/opentapi_svn.bb	61bf0e19ae3a64b21cfc9338ee4d8cc7d07513f8
@@ -1,8 +1,10 @@
-DESCRIPTION = "Open implementation of motorola's tapisrc"
+DESCRIPTION = "Open implementation of motorola's tapisrv"
 LICENSE = "GPLv2"
+SECTION = "devel"
+AUTHOR = "Daniel Willmann"
 
 PV = "0.0+svn${SRCDATE}"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "svn://svn.openezx.org/trunk/src/userspace/;module=opentapi;proto=http \
            file://opentapi.init \
@@ -11,7 +13,7 @@ INITSCRIPT_NAME = "opentapi"
 inherit update-rc.d
 
 INITSCRIPT_NAME = "opentapi"
-INITSCRIPT_PARAMS = "start 04 S ."
+INITSCRIPT_PARAMS = "start 00 S ."
 
 
 S = "${WORKDIR}/${PN}"






More information about the Openembedded-commits mailing list