1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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>
This commit is contained in:
Luca Ceresoli
2023-05-05 11:10:05 +02:00
committed by Steve Sakoman
parent adfba885be
commit cd1e4106e6
+5 -5
View File
@@ -1532,11 +1532,11 @@ code to build all kernel trees. All needed headers are staged into the
:term:`STAGING_KERNEL_DIR` directory to allow out-of-tree module builds :term:`STAGING_KERNEL_DIR` directory to allow out-of-tree module builds
using the :ref:`ref-classes-module` class. using the :ref:`ref-classes-module` class.
This means that each built kernel module is packaged separately and Each built kernel module is packaged separately and inter-module
inter-module dependencies are created by parsing the ``modinfo`` output. dependencies are created by parsing the ``modinfo`` output. If all modules
If all modules are required, then installing the ``kernel-modules`` are required, then installing the ``kernel-modules`` package installs all
package installs all packages with modules and various other kernel packages with modules and various other kernel packages such as
packages such as ``kernel-vmlinux``. ``kernel-vmlinux``.
The :ref:`ref-classes-kernel` class contains logic that allows you to embed an initial The :ref:`ref-classes-kernel` class contains logic that allows you to embed an initial
RAM filesystem (:term:`Initramfs`) image when you build the kernel image. For RAM filesystem (:term:`Initramfs`) image when you build the kernel image. For