diff options
author | Luca Ceresoli <luca.ceresoli@bootlin.com> | 2023-05-05 11:10:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-06 09:38:58 +0100 |
commit | a019f55a2875c146c062ce65f957d4dc4842d7a8 (patch) | |
tree | 111c1af5f20e5f03146b84554fe34f315ab66589 /documentation/ref-manual | |
parent | ce7a814b3b915f865ef9c616300315b55e374938 (diff) | |
download | poky-a019f55a2875c146c062ce65f957d4dc4842d7a8.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: 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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/classes.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 96d7c0d414..83691646aa 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 |
1533 | using the :ref:`ref-classes-module` class. | 1533 | using the :ref:`ref-classes-module` class. |
1534 | 1534 | ||
1535 | This means that each built kernel module is packaged separately and | 1535 | Each built kernel module is packaged separately and inter-module |
1536 | inter-module dependencies are created by parsing the ``modinfo`` output. | 1536 | dependencies are created by parsing the ``modinfo`` output. If all modules |
1537 | If all modules are required, then installing the ``kernel-modules`` | 1537 | are required, then installing the ``kernel-modules`` package installs all |
1538 | package installs all packages with modules and various other kernel | 1538 | packages with modules and various other kernel packages such as |
1539 | packages such as ``kernel-vmlinux``. | 1539 | ``kernel-vmlinux``. |
1540 | 1540 | ||
1541 | The :ref:`ref-classes-kernel` class contains logic that allows you to embed an initial | 1541 | The :ref:`ref-classes-kernel` class contains logic that allows you to embed an initial |
1542 | RAM filesystem (:term:`Initramfs`) image when you build the kernel image. For | 1542 | RAM filesystem (:term:`Initramfs`) image when you build the kernel image. For |