summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2026-06-01 15:29:28 +0200
committerPaul Barker <paul@pbarker.dev>2026-06-08 21:44:05 +0100
commitb8e34bb802abf3c4fddfa6647289c32c5fc25246 (patch)
treee0a09141912a865fde6e6ddb2698a03e7c535eb1 /documentation
parentd440c88af7da3641f88bd7f89ef3e2f25992f477 (diff)
downloadpoky-b8e34bb802abf3c4fddfa6647289c32c5fc25246.tar.gz
ref-manual/variables.rst: link *MIRRORS definitions to the BitBake manual
Those are defined in BitBake documented, and would be better documented there. Add a link to the BitBake manual for these variables. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: 3210b5375356ad7097ecbf27ffdb50189a0ea6fe) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit cec08390bad4f26b841ff6fc8752f6200acf31d3) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Paul Barker <paul@pbarker.dev>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index e7e5400d3b..d827563b93 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5774,6 +5774,9 @@ system and gives an overview of their function and contents.
5774 The default value for :term:`MIRRORS` is defined in the 5774 The default value for :term:`MIRRORS` is defined in the
5775 ``meta/classes-global/mirrors.bbclass`` file in the core metadata layer. 5775 ``meta/classes-global/mirrors.bbclass`` file in the core metadata layer.
5776 5776
5777 See the definition of this variable in the BitBake Manual for more
5778 details: :term:`bitbake:MIRRORS`.
5779
5777 :term:`MLPREFIX` 5780 :term:`MLPREFIX`
5778 Specifies a prefix has been added to :term:`PN` to create a 5781 Specifies a prefix has been added to :term:`PN` to create a
5779 special version of a recipe or package (i.e. a Multilib version). The 5782 special version of a recipe or package (i.e. a Multilib version). The
@@ -7099,6 +7102,9 @@ system and gives an overview of their function and contents.
7099 ``file://`` URLs to point to local directories or network shares as 7102 ``file://`` URLs to point to local directories or network shares as
7100 well. 7103 well.
7101 7104
7105 See the definition of this variable in the BitBake Manual for more
7106 details: :term:`bitbake:PREMIRRORS`.
7107
7102 :term:`PRIORITY` 7108 :term:`PRIORITY`
7103 Indicates the importance of a package. 7109 Indicates the importance of a package.
7104 7110