summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-13 08:42:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-01 19:20:29 +0000
commit55621c31f1edbdb2f3d72e80916fed031e2ba298 (patch)
tree49499b82a28ed611fb478605e11fa173294f1e87 /documentation/ref-manual/classes.rst
parent7ecd9877e6a1b235070d6feba59a3840ebbc5255 (diff)
downloadpoky-55621c31f1edbdb2f3d72e80916fed031e2ba298.tar.gz
manuals: add missing references to classes
Sometimes fixing line length in modified paragraphs too. [YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: 885b60f5540849bf19240a01a77efce1d1b5d9f0) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index ffa3e50ab6..3a13cf56ef 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1406,7 +1406,7 @@ an optional Initramfs bundle, an optional RAM disk, and any number of
1406device tree. 1406device tree.
1407 1407
1408To create a FIT image, it is required that :term:`KERNEL_CLASSES` 1408To create a FIT image, it is required that :term:`KERNEL_CLASSES`
1409is set to include "kernel-fitimage" and :term:`KERNEL_IMAGETYPE` 1409is set to include ":ref:`kernel-fitimage <ref-classes-kernel-fitimage>`" and :term:`KERNEL_IMAGETYPE`
1410is set to "fitImage". 1410is set to "fitImage".
1411 1411
1412The options for the device tree compiler passed to ``mkimage -D`` 1412The options for the device tree compiler passed to ``mkimage -D``
@@ -2566,11 +2566,12 @@ uses these build systems, the recipe needs to inherit the :ref:`setuptools3 <ref
2566``setuptools3_legacy.bbclass`` 2566``setuptools3_legacy.bbclass``
2567============================== 2567==============================
2568 2568
2569The :ref:`setuptools3_legacy <ref-classes-setuptools3_legacy>` class supports Python version 3.x extensions that use 2569The :ref:`setuptools3_legacy <ref-classes-setuptools3_legacy>` class supports
2570build systems based on ``setuptools`` (e.g. only have a ``setup.py`` and have 2570Python version 3.x extensions that use build systems based on ``setuptools``
2571not migrated to the official ``pyproject.toml`` format). Unlike 2571(e.g. only have a ``setup.py`` and have not migrated to the official
2572``setuptools3.bbclass``, this uses the traditional ``setup.py`` ``build`` and 2572``pyproject.toml`` format). Unlike :ref:`setuptools3 <ref-classes-setuptools3>`,
2573``install`` commands and not wheels. This use of ``setuptools`` like this is 2573this uses the traditional ``setup.py`` ``build`` and ``install`` commands and
2574not wheels. This use of ``setuptools`` like this is
2574`deprecated <https://github.com/pypa/setuptools/blob/main/CHANGES.rst#v5830>`__ 2575`deprecated <https://github.com/pypa/setuptools/blob/main/CHANGES.rst#v5830>`__
2575but still relatively common. 2576but still relatively common.
2576 2577