udev: Add start/stop/status/restart support to init script

[ CQID: WIND00388860 ]

Add the ability to use "stop", "start", "restart" and "status"
with the udev initscript.

(From OE-Core rev: bc6193824ec3eb1f3c590a93ccb79c8588b74412)

Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jesse Zhang
2013-01-26 17:16:26 +08:00
committed by Richard Purdie
parent 2e913bc62a
commit a38e4d91cf
2 changed files with 65 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
include udev.inc
PR = "r4"
PR = "r5"
# module-init-tools from kmod_git will provide libkmod runtime
DEPENDS += "module-init-tools"