1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

manuals: replace "_" by "__" in external links

(From yocto-docs rev: 25142cd8121fdd6a8e0524fc8417fc666c498981)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker
2022-10-27 11:14:19 +02:00
committed by Richard Purdie
parent bb3fc03ef1
commit 4def515eeb
6 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
Permission is granted to copy, distribute and/or modify this document under the Permission is granted to copy, distribute and/or modify this document under the
terms of the `Creative Commons Attribution-Share Alike 2.0 UK: England & Wales terms of the `Creative Commons Attribution-Share Alike 2.0 UK: England & Wales
<https://creativecommons.org/licenses/by-sa/2.0/uk/>`_ as published by Creative <https://creativecommons.org/licenses/by-sa/2.0/uk/>`__ as published by Creative
Commons. Commons.
To report any inaccuracies or problems with this (or any other Yocto Project) To report any inaccuracies or problems with this (or any other Yocto Project)
+2 -3
View File
@@ -7554,9 +7554,8 @@ NPM packages:
- Of the two methods that you can use ``devtool`` to create NPM - Of the two methods that you can use ``devtool`` to create NPM
packages, the registry approach is slightly simpler. However, you packages, the registry approach is slightly simpler. However, you
might consider the project approach because you do not have to might consider the project approach because you do not have to
publish your module in the NPM registry publish your module in the `NPM registry <https://docs.npmjs.com/misc/registry>`__,
(`npm-registry <https://docs.npmjs.com/misc/registry>`_), which which is NPM's public registry.
is NPM's public registry.
- Be familiar with - Be familiar with
:doc:`devtool </ref-manual/devtool-reference>`. :doc:`devtool </ref-manual/devtool-reference>`.
+2 -2
View File
@@ -1786,7 +1786,7 @@ is supported by ``overlayfs``. This has to be done in your machine configuration
* QA checks fail to catch file existence if you redefine this variable in your recipe! * QA checks fail to catch file existence if you redefine this variable in your recipe!
* Only the existence of the systemd mount unit file is checked, not its contents. * Only the existence of the systemd mount unit file is checked, not its contents.
* To get more details on ``overlayfs``, its internals and supported operations, please refer * To get more details on ``overlayfs``, its internals and supported operations, please refer
to the official documentation of the `Linux kernel <https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html>`_. to the official documentation of the `Linux kernel <https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html>`__.
The class assumes you have a ``data.mount`` systemd unit defined elsewhere in your BSP The class assumes you have a ``data.mount`` systemd unit defined elsewhere in your BSP
(e.g. in ``systemd-machine-units`` recipe) and it's installed into the image. (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
not migrated to the official ``pyproject.toml`` format). Unlike not migrated to the official ``pyproject.toml`` format). Unlike
``setuptools3.bbclass``, this uses the traditional ``setup.py`` ``build`` and ``setuptools3.bbclass``, this uses the traditional ``setup.py`` ``build`` and
``install`` commands and not wheels. This use of ``setuptools`` like this is ``install`` commands and not wheels. This use of ``setuptools`` like this is
`deprecated <https://github.com/pypa/setuptools/blob/main/CHANGES.rst#v5830>`_ `deprecated <https://github.com/pypa/setuptools/blob/main/CHANGES.rst#v5830>`__
but still relatively common. but still relatively common.
.. _ref-classes-setuptools3-base: .. _ref-classes-setuptools3-base:
+3 -3
View File
@@ -139,12 +139,12 @@ universal, the list includes them just in case:
be included independently in your project's ``bblayers.conf`` file. be included independently in your project's ``bblayers.conf`` file.
In some cases, such as with OpenEmbedded's In some cases, such as with OpenEmbedded's
`meta-openembedded <https://github.com/openembedded/meta-openembedded>`_ `meta-openembedded <https://github.com/openembedded/meta-openembedded>`__
layer, the top level ``meta-openembedded/`` directory is not itself an actual layer, layer, the top level ``meta-openembedded/`` directory is not itself an actual layer,
so you would never explicitly include it in a ``bblayers.conf`` file; so you would never explicitly include it in a ``bblayers.conf`` file;
rather, you would include any number of its layer subdirectories, such as rather, you would include any number of its layer subdirectories, such as
`meta-openembedded/meta-oe <https://github.com/openembedded/meta-openembedded/tree/master/meta-oe>`_, `meta-openembedded/meta-oe <https://github.com/openembedded/meta-openembedded/tree/master/meta-oe>`__,
`meta-openembedded/meta-python <https://github.com/openembedded/meta-openembedded/tree/master/meta-python>`_ `meta-openembedded/meta-python <https://github.com/openembedded/meta-openembedded/tree/master/meta-python>`__
and so on. and so on.
On the other hand, some container layers (such as On the other hand, some container layers (such as
+3 -3
View File
@@ -615,7 +615,7 @@ system and gives an overview of their function and contents.
software. software.
When specifying recipe files, you can pattern match using Python's When specifying recipe files, you can pattern match using Python's
`glob <https://docs.python.org/3/library/glob.html>`_ syntax. `glob <https://docs.python.org/3/library/glob.html>`__ syntax.
For details on the syntax, see the documentation by following the For details on the syntax, see the documentation by following the
previous link. previous link.
@@ -2493,7 +2493,7 @@ system and gives an overview of their function and contents.
- When specifying files or paths, you can pattern match using - When specifying files or paths, you can pattern match using
Python's Python's
`glob <https://docs.python.org/3/library/glob.html>`_ `glob <https://docs.python.org/3/library/glob.html>`__
syntax. For details on the syntax, see the documentation by syntax. For details on the syntax, see the documentation by
following the previous link. following the previous link.
@@ -4955,7 +4955,7 @@ system and gives an overview of their function and contents.
See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information. See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information.
:term:`module_conf` :term:`module_conf`
Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`_ Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`__
syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf`` syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf``
file. file.
@@ -19,7 +19,7 @@ Why it matters
============== ==============
The project aligns with the `Reproducible Builds project The project aligns with the `Reproducible Builds project
<https://reproducible-builds.org/>`_, which shares information about why <https://reproducible-builds.org/>`__, which shares information about why
reproducibility matters. The primary focus of the project is the ability to reproducibility matters. The primary focus of the project is the ability to
detect security issues being introduced. However, from a Yocto Project detect security issues being introduced. However, from a Yocto Project
perspective, it is also hugely important that our builds are deterministic. When perspective, it is also hugely important that our builds are deterministic. When