summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-02 16:02:01 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:37 +0000
commitc3fd5f99b17ef24475c4c770e85738fc842759b5 (patch)
treea12032f8b8d848e479d18be0b86850427199b471 /documentation
parent8033de834b3dfd1cffc5a9dac7b63716f9c7d684 (diff)
downloadpoky-c3fd5f99b17ef24475c4c770e85738fc842759b5.tar.gz
ref-manual: Added the insserve class.
(From yocto-docs rev: a64e8ed7c59d5550e5d2a5a8a1be136ee3859437) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 3da993f53a..198bfe5470 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -974,6 +974,18 @@
974 </para> 974 </para>
975</section> 975</section>
976 976
977<section id='ref-classes-insserve'>
978 <title><filename>insserve.bbclass</filename></title>
979
980 <para>
981 The insserve (<filename>insserve</filename>) class
982 uses the <filename>insserv</filename> utility to update the order of
983 symbolic links in <filename>/etc/rc?.d/</filename> within an image
984 based on dependencies specified by LSB headers in the
985 <filename>init.d</filename> scripts themselves.
986 </para>
987</section>
988
977<section id='ref-classes-mime'> 989<section id='ref-classes-mime'>
978 <title><filename>mime.bbclass</filename></title> 990 <title><filename>mime.bbclass</filename></title>
979 991