summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
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