summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Ceresoli <luca.ceresoli@bootlin.com>2023-05-05 11:10:05 +0200
committerSteve Sakoman <steve@sakoman.com>2023-05-10 04:16:51 -1000
commitcd1e4106e64aba670631fffc22a82bab346c879c (patch)
treed1a3c80674bf8b8d9e0eac17e02c074c59182dcd
parentadfba885be8a45d7f0103f6f3da42ff4194e6593 (diff)
downloadpoky-cd1e4106e64aba670631fffc22a82bab346c879c.tar.gz
ref-manual: classes: kernel: remove incorrect sentence opening
"This means that" implies that this sentence is a consequence of the previous, but this is not the case, the two sentences being quite unrelated to each other. (From yocto-docs rev: e2bca485efa25f3950cb229ac49bda6780dbe5bf) Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/ref-manual/classes.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index a78368b380..de2d97de30 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1532,11 +1532,11 @@ code to build all kernel trees. All needed headers are staged into the
1532:term:`STAGING_KERNEL_DIR` directory to allow out-of-tree module builds 1532:term:`STAGING_KERNEL_DIR` directory to allow out-of-tree module builds
1533using the :ref:`ref-classes-module` class. 1533using the :ref:`ref-classes-module` class.
1534 1534
1535This means that each built kernel module is packaged separately and 1535Each built kernel module is packaged separately and inter-module
1536inter-module dependencies are created by parsing the ``modinfo`` output. 1536dependencies are created by parsing the ``modinfo`` output. If all modules
1537If all modules are required, then installing the ``kernel-modules`` 1537are required, then installing the ``kernel-modules`` package installs all
1538package installs all packages with modules and various other kernel 1538packages with modules and various other kernel packages such as
1539packages such as ``kernel-vmlinux``. 1539``kernel-vmlinux``.
1540 1540
1541The :ref:`ref-classes-kernel` class contains logic that allows you to embed an initial 1541The :ref:`ref-classes-kernel` class contains logic that allows you to embed an initial
1542RAM filesystem (:term:`Initramfs`) image when you build the kernel image. For 1542RAM filesystem (:term:`Initramfs`) image when you build the kernel image. For