diff options
author | Maxin B. John <maxin.john@gmail.com> | 2024-01-03 09:44:15 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-01-24 04:04:56 -1000 |
commit | d1a5c51431dfb26eac9e1f256a68d86f2794ecae (patch) | |
tree | 6719be438d452f41b3cae17abb60b669c953b7ce | |
parent | 8f6035f44d627f52302b8ade5a04535845840556 (diff) | |
download | poky-d1a5c51431dfb26eac9e1f256a68d86f2794ecae.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: eddb6c4e36e298218c23bf688cb1c9c06f32b0d6)
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/classes.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 6074ea0f52..0677157b3b 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1462,16 +1462,6 @@ Here are the tests you can list with the :term:`WARN_QA` and | |||
1462 | automatically get these versions. Consequently, you should only need | 1462 | automatically get these versions. Consequently, you should only need |
1463 | to explicitly add dependencies to binary driver recipes. | 1463 | to explicitly add dependencies to binary driver recipes. |
1464 | 1464 | ||
1465 | .. _ref-classes-insserv: | ||
1466 | |||
1467 | ``insserv`` | ||
1468 | =========== | ||
1469 | |||
1470 | The :ref:`ref-classes-insserv` class uses the ``insserv`` utility to update the order | ||
1471 | of symbolic links in ``/etc/rc?.d/`` within an image based on | ||
1472 | dependencies specified by LSB headers in the ``init.d`` scripts | ||
1473 | themselves. | ||
1474 | |||
1475 | .. _ref-classes-kernel: | 1465 | .. _ref-classes-kernel: |
1476 | 1466 | ||
1477 | ``kernel`` | 1467 | ``kernel`` |