insserv: Remove

Remove insserv from OE-Core. It did have uses but we've optimised the sysvinit
scripts as needed and there are other directions init systems are moving now.
It no longer belongs in the core.

(From OE-Core rev: 9650efb5bb8fc77627dd567e43f8768b34a22abb)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2015-05-10 12:30:49 +01:00
parent 464ee2e6b7
commit e6bb5dbb62
7 changed files with 0 additions and 235 deletions

View File

@@ -1,5 +0,0 @@
do_rootfs[depends] += "insserv-native:do_populate_sysroot"
run_insserv () {
insserv -p ${IMAGE_ROOTFS}/etc/init.d -c ${STAGING_ETCDIR_NATIVE}/insserv.conf
}
ROOTFS_POSTPROCESS_COMMAND += " run_insserv ; "