mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm-autonomy/init: Revert Change execution order between modutils.sh and checkroot.sh
This reverts commit a996166e85.
The fix was merged in oe-core as: 39f16d7dc42dcfe4a3fcceb8e476ac3c1e0ba3a2
Change-Id: Iab8f7d7b49fe62f04a5c77c1b48ec7c4fcf5c617
Issue-Id: SCM-1520
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
do_install_append() {
|
||||
# We want to have checkroot.sh running before modutils.sh (06)
|
||||
update-rc.d -r ${D} -f checkroot.sh remove
|
||||
update-rc.d -r ${D} checkroot.sh start 05 S .
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
# We want to have modutils.sh running after checkroot.sh (05)
|
||||
INITSCRIPT_PARAMS = "start 06 S ."
|
||||
Reference in New Issue
Block a user