mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
initscript: Change some order of init scripts
Move udev script to execute ealier since module autoload needs it to create device nodes. Also move sysfs before udev which has dependency on it. (From OE-Core rev: fe7cef6febdb938b535259b09690192b17074314) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
35d84744e9
commit
69aac1a91f
@@ -4,10 +4,10 @@ LICENSE = "PD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7bf87fc37976e93ec66ad84fac58c098"
|
||||
SRC_URI = "file://modutils.sh \
|
||||
file://PD.patch"
|
||||
PR = "r5"
|
||||
PR = "r6"
|
||||
|
||||
INITSCRIPT_NAME = "modutils.sh"
|
||||
INITSCRIPT_PARAMS = "start 2 S ."
|
||||
INITSCRIPT_PARAMS = "start 4 S ."
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user