From: Michael Mrozek Date: Thu, 14 Mar 2013 01:42:57 +0000 (+0100) Subject: pandora-state.bb: Changed boot order so that it starts AFTER LED-Config X-Git-Tag: sz_154~48 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=f146a71eb35aff94d07aaef7b0d77de69bc4f282 pandora-state.bb: Changed boot order so that it starts AFTER LED-Config --- diff --git a/recipes/pandora-system/pandora-state.bb b/recipes/pandora-system/pandora-state.bb index 986505d..d1939b7 100755 --- a/recipes/pandora-system/pandora-state.bb +++ b/recipes/pandora-system/pandora-state.bb @@ -5,11 +5,11 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "pandora-scripts" -PR = "r16" +PR = "r17" inherit update-rc.d INITSCRIPT_NAME = "pandora-state" -INITSCRIPT_PARAMS = "start 39 S . stop 31 0 1 6 ." +INITSCRIPT_PARAMS = "start 10 5 3 . stop 31 0 1 6 ." SRC_URI = " \ file://rc.pandora-state \