diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index cce0269b9a..e352abc4d8 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1786,7 +1786,7 @@ is supported by ``overlayfs``. This has to be done in your machine configuration | |||
1786 | * QA checks fail to catch file existence if you redefine this variable in your recipe! | 1786 | * QA checks fail to catch file existence if you redefine this variable in your recipe! |
1787 | * Only the existence of the systemd mount unit file is checked, not its contents. | 1787 | * Only the existence of the systemd mount unit file is checked, not its contents. |
1788 | * To get more details on ``overlayfs``, its internals and supported operations, please refer | 1788 | * To get more details on ``overlayfs``, its internals and supported operations, please refer |
1789 | to the official documentation of the `Linux kernel <https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html>`_. | 1789 | to the official documentation of the `Linux kernel <https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html>`__. |
1790 | 1790 | ||
1791 | The class assumes you have a ``data.mount`` systemd unit defined elsewhere in your BSP | 1791 | The class assumes you have a ``data.mount`` systemd unit defined elsewhere in your BSP |
1792 | (e.g. in ``systemd-machine-units`` recipe) and it's installed into the image. | 1792 | (e.g. in ``systemd-machine-units`` recipe) and it's installed into the image. |
@@ -2533,7 +2533,7 @@ build systems based on ``setuptools`` (e.g. only have a ``setup.py`` and have | |||
2533 | not migrated to the official ``pyproject.toml`` format). Unlike | 2533 | not migrated to the official ``pyproject.toml`` format). Unlike |
2534 | ``setuptools3.bbclass``, this uses the traditional ``setup.py`` ``build`` and | 2534 | ``setuptools3.bbclass``, this uses the traditional ``setup.py`` ``build`` and |
2535 | ``install`` commands and not wheels. This use of ``setuptools`` like this is | 2535 | ``install`` commands and not wheels. This use of ``setuptools`` like this is |
2536 | `deprecated <https://github.com/pypa/setuptools/blob/main/CHANGES.rst#v5830>`_ | 2536 | `deprecated <https://github.com/pypa/setuptools/blob/main/CHANGES.rst#v5830>`__ |
2537 | but still relatively common. | 2537 | but still relatively common. |
2538 | 2538 | ||
2539 | .. _ref-classes-setuptools3-base: | 2539 | .. _ref-classes-setuptools3-base: |