diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/classes.rst | 4 | ||||
-rw-r--r-- | documentation/ref-manual/terms.rst | 6 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
3 files changed, 8 insertions, 8 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: |
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst index 1e3f718a8f..1a2c055591 100644 --- a/documentation/ref-manual/terms.rst +++ b/documentation/ref-manual/terms.rst | |||
@@ -139,12 +139,12 @@ universal, the list includes them just in case: | |||
139 | be included independently in your project's ``bblayers.conf`` file. | 139 | be included independently in your project's ``bblayers.conf`` file. |
140 | 140 | ||
141 | In some cases, such as with OpenEmbedded's | 141 | In some cases, such as with OpenEmbedded's |
142 | `meta-openembedded <https://github.com/openembedded/meta-openembedded>`_ | 142 | `meta-openembedded <https://github.com/openembedded/meta-openembedded>`__ |
143 | layer, the top level ``meta-openembedded/`` directory is not itself an actual layer, | 143 | layer, the top level ``meta-openembedded/`` directory is not itself an actual layer, |
144 | so you would never explicitly include it in a ``bblayers.conf`` file; | 144 | so you would never explicitly include it in a ``bblayers.conf`` file; |
145 | rather, you would include any number of its layer subdirectories, such as | 145 | rather, you would include any number of its layer subdirectories, such as |
146 | `meta-openembedded/meta-oe <https://github.com/openembedded/meta-openembedded/tree/master/meta-oe>`_, | 146 | `meta-openembedded/meta-oe <https://github.com/openembedded/meta-openembedded/tree/master/meta-oe>`__, |
147 | `meta-openembedded/meta-python <https://github.com/openembedded/meta-openembedded/tree/master/meta-python>`_ | 147 | `meta-openembedded/meta-python <https://github.com/openembedded/meta-openembedded/tree/master/meta-python>`__ |
148 | and so on. | 148 | and so on. |
149 | 149 | ||
150 | On the other hand, some container layers (such as | 150 | On the other hand, some container layers (such as |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 0f9df3ac20..601db6f42f 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -615,7 +615,7 @@ system and gives an overview of their function and contents. | |||
615 | software. | 615 | software. |
616 | 616 | ||
617 | When specifying recipe files, you can pattern match using Python's | 617 | When specifying recipe files, you can pattern match using Python's |
618 | `glob <https://docs.python.org/3/library/glob.html>`_ syntax. | 618 | `glob <https://docs.python.org/3/library/glob.html>`__ syntax. |
619 | For details on the syntax, see the documentation by following the | 619 | For details on the syntax, see the documentation by following the |
620 | previous link. | 620 | previous link. |
621 | 621 | ||
@@ -2493,7 +2493,7 @@ system and gives an overview of their function and contents. | |||
2493 | 2493 | ||
2494 | - When specifying files or paths, you can pattern match using | 2494 | - When specifying files or paths, you can pattern match using |
2495 | Python's | 2495 | Python's |
2496 | `glob <https://docs.python.org/3/library/glob.html>`_ | 2496 | `glob <https://docs.python.org/3/library/glob.html>`__ |
2497 | syntax. For details on the syntax, see the documentation by | 2497 | syntax. For details on the syntax, see the documentation by |
2498 | following the previous link. | 2498 | following the previous link. |
2499 | 2499 | ||
@@ -4955,7 +4955,7 @@ system and gives an overview of their function and contents. | |||
4955 | See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information. | 4955 | See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information. |
4956 | 4956 | ||
4957 | :term:`module_conf` | 4957 | :term:`module_conf` |
4958 | Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`_ | 4958 | Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`__ |
4959 | syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf`` | 4959 | syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf`` |
4960 | file. | 4960 | file. |
4961 | 4961 | ||