summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@gmail.com>2024-01-12 17:23:55 +0100
committerSteve Sakoman <steve@sakoman.com>2024-01-22 03:31:37 -1000
commit40c106bc617669f2584736c22e1ff3b7916034f4 (patch)
treec33033b8eb857f2d6af7754da5a5dbda536f521f
parentacf1b571881bd534c5df78027af075e311f4f895 (diff)
downloadpoky-40c106bc617669f2584736c22e1ff3b7916034f4.tar.gz
ref-manual: classes: remove insserv bbclass
insserv.bbclass was removed from oe-core: commit e6bb5dbb62257a7de730ea9085dfd89520f3e47d Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Sun May 10 12:30:49 2015 +0100 insserv: Remove (From yocto-docs rev: 383fbedb057ffb28dddf201995ae622ce7b7eff5) Signed-off-by: Maxin John <maxin.john@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/ref-manual/ref-classes.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-classes.rst b/documentation/ref-manual/ref-classes.rst
index e657fe0e55..dea27eea88 100644
--- a/documentation/ref-manual/ref-classes.rst
+++ b/documentation/ref-manual/ref-classes.rst
@@ -1315,16 +1315,6 @@ The following list shows the tests you can list with the ``WARN_QA`` and
1315 automatically get these versions. Consequently, you should only need 1315 automatically get these versions. Consequently, you should only need
1316 to explicitly add dependencies to binary driver recipes. 1316 to explicitly add dependencies to binary driver recipes.
1317 1317
1318.. _ref-classes-insserv:
1319
1320``insserv.bbclass``
1321===================
1322
1323The ``insserv`` class uses the ``insserv`` utility to update the order
1324of symbolic links in ``/etc/rc?.d/`` within an image based on
1325dependencies specified by LSB headers in the ``init.d`` scripts
1326themselves.
1327
1328.. _ref-classes-kernel: 1318.. _ref-classes-kernel:
1329 1319
1330``kernel.bbclass`` 1320``kernel.bbclass``