mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:19:40 +01: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: 1f352ad21bb892e74bdb46aee791d0f86b150249) Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ce7a814b3b
commit
a019f55a28
@@ -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
|
||||
using the :ref:`ref-classes-module` class.
|
||||
|
||||
This means that each built kernel module is packaged separately and
|
||||
inter-module dependencies are created by parsing the ``modinfo`` output.
|
||||
If all modules are required, then installing the ``kernel-modules``
|
||||
package installs all packages with modules and various other kernel
|
||||
packages such as ``kernel-vmlinux``.
|
||||
Each built kernel module is packaged separately and inter-module
|
||||
dependencies are created by parsing the ``modinfo`` output. If all modules
|
||||
are required, then installing the ``kernel-modules`` package installs all
|
||||
packages with modules and various other kernel packages such as
|
||||
``kernel-vmlinux``.
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user