diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 13 |
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 | |||
1406 | device tree. | 1406 | device tree. |
1407 | 1407 | ||
1408 | To create a FIT image, it is required that :term:`KERNEL_CLASSES` | 1408 | To create a FIT image, it is required that :term:`KERNEL_CLASSES` |
1409 | is set to include "kernel-fitimage" and :term:`KERNEL_IMAGETYPE` | 1409 | is set to include ":ref:`kernel-fitimage <ref-classes-kernel-fitimage>`" and :term:`KERNEL_IMAGETYPE` |
1410 | is set to "fitImage". | 1410 | is set to "fitImage". |
1411 | 1411 | ||
1412 | The options for the device tree compiler passed to ``mkimage -D`` | 1412 | The 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 | ||
2569 | The :ref:`setuptools3_legacy <ref-classes-setuptools3_legacy>` class supports Python version 3.x extensions that use | 2569 | The :ref:`setuptools3_legacy <ref-classes-setuptools3_legacy>` class supports |
2570 | build systems based on ``setuptools`` (e.g. only have a ``setup.py`` and have | 2570 | Python version 3.x extensions that use build systems based on ``setuptools`` |
2571 | not 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 | 2573 | this uses the traditional ``setup.py`` ``build`` and ``install`` commands and |
2574 | not 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>`__ |
2575 | but still relatively common. | 2576 | but still relatively common. |
2576 | 2577 | ||