diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-31 17:04:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-03 16:28:34 +0100 |
commit | 5ccea18374503ea311cf04461116a1d8c36cd67b (patch) | |
tree | 28d86b76c62cfebbb0dd1f254c3281bbfbbd3c97 /documentation | |
parent | 5f74fee3b86aff1678610fb1a46432a3b6dc923a (diff) | |
download | poky-5ccea18374503ea311cf04461116a1d8c36cd67b.tar.gz |
ref-manual/variables.rst: add manpage links for toolchain variables
Use the :manpage: role to provide links to common toolchain utilities.
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 8a25963c8dfc36482582294f0d2e7c7555d96399)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 7023e5f176efde05a6798476712c8a4e006a6b0d)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 417331c6a6..97ab215fff 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -143,7 +143,7 @@ system and gives an overview of their function and contents. | |||
143 | information on how this variable is used. | 143 | information on how this variable is used. |
144 | 144 | ||
145 | :term:`AR` | 145 | :term:`AR` |
146 | The minimal command and arguments used to run ``ar``. | 146 | The minimal command and arguments used to run :manpage:`ar <ar(1)>`. |
147 | 147 | ||
148 | :term:`ARCHIVER_MODE` | 148 | :term:`ARCHIVER_MODE` |
149 | When used with the :ref:`ref-classes-archiver` class, | 149 | When used with the :ref:`ref-classes-archiver` class, |
@@ -165,7 +165,8 @@ system and gives an overview of their function and contents. | |||
165 | ``meta/classes/archiver.bbclass`` file in the :term:`Source Directory`. | 165 | ``meta/classes/archiver.bbclass`` file in the :term:`Source Directory`. |
166 | 166 | ||
167 | :term:`AS` | 167 | :term:`AS` |
168 | Minimal command and arguments needed to run the assembler. | 168 | Minimal command and arguments needed to run the :manpage:`assembler |
169 | <as(1)>`. | ||
169 | 170 | ||
170 | :term:`ASSUME_PROVIDED` | 171 | :term:`ASSUME_PROVIDED` |
171 | Lists recipe names (:term:`PN` values) BitBake does not | 172 | Lists recipe names (:term:`PN` values) BitBake does not |
@@ -5189,7 +5190,8 @@ system and gives an overview of their function and contents. | |||
5189 | ``LAYERVERSION_mylayer``). | 5190 | ``LAYERVERSION_mylayer``). |
5190 | 5191 | ||
5191 | :term:`LD` | 5192 | :term:`LD` |
5192 | The minimal command and arguments used to run the linker. | 5193 | The minimal command and arguments used to run the :manpage:`linker |
5194 | <ld(1)>`. | ||
5193 | 5195 | ||
5194 | :term:`LDFLAGS` | 5196 | :term:`LDFLAGS` |
5195 | Specifies the flags to pass to the linker. This variable is exported | 5197 | Specifies the flags to pass to the linker. This variable is exported |
@@ -5804,7 +5806,7 @@ system and gives an overview of their function and contents. | |||
5804 | variable is set. | 5806 | variable is set. |
5805 | 5807 | ||
5806 | :term:`NM` | 5808 | :term:`NM` |
5807 | The minimal command and arguments to run ``nm``. | 5809 | The minimal command and arguments to run :manpage:`nm <nm(1)>`. |
5808 | 5810 | ||
5809 | :term:`NO_GENERIC_LICENSE` | 5811 | :term:`NO_GENERIC_LICENSE` |
5810 | Avoids QA errors when you use a non-common, non-CLOSED license in a | 5812 | Avoids QA errors when you use a non-common, non-CLOSED license in a |
@@ -5905,10 +5907,10 @@ system and gives an overview of their function and contents. | |||
5905 | NVDCVE_API_KEY = "fe753&7a2-1427-347d-23ff-b2e2b7ca5f3" | 5907 | NVDCVE_API_KEY = "fe753&7a2-1427-347d-23ff-b2e2b7ca5f3" |
5906 | 5908 | ||
5907 | :term:`OBJCOPY` | 5909 | :term:`OBJCOPY` |
5908 | The minimal command and arguments to run ``objcopy``. | 5910 | The minimal command and arguments to run :manpage:`objcopy <objcopy(1)>`. |
5909 | 5911 | ||
5910 | :term:`OBJDUMP` | 5912 | :term:`OBJDUMP` |
5911 | The minimal command and arguments to run ``objdump``. | 5913 | The minimal command and arguments to run :manpage:`objdump <objdump(1)>`. |
5912 | 5914 | ||
5913 | :term:`OE_BINCONFIG_EXTRA_MANGLE` | 5915 | :term:`OE_BINCONFIG_EXTRA_MANGLE` |
5914 | When inheriting the :ref:`ref-classes-binconfig` class, | 5916 | When inheriting the :ref:`ref-classes-binconfig` class, |
@@ -7229,7 +7231,7 @@ system and gives an overview of their function and contents. | |||
7229 | QA_EMPTY_DIRS_RECOMMENDATION:/dev = "but all devices must be created at runtime" | 7231 | QA_EMPTY_DIRS_RECOMMENDATION:/dev = "but all devices must be created at runtime" |
7230 | 7232 | ||
7231 | :term:`RANLIB` | 7233 | :term:`RANLIB` |
7232 | The minimal command and arguments to run ``ranlib``. | 7234 | The minimal command and arguments to run :manpage:`ranlib <ranlib(1)>`. |
7233 | 7235 | ||
7234 | :term:`RCONFLICTS` | 7236 | :term:`RCONFLICTS` |
7235 | The list of packages that conflict with packages. Note that packages | 7237 | The list of packages that conflict with packages. Note that packages |
@@ -8974,8 +8976,8 @@ system and gives an overview of their function and contents. | |||
8974 | places stamps. The default directory is ``${TMPDIR}/stamps``. | 8976 | places stamps. The default directory is ``${TMPDIR}/stamps``. |
8975 | 8977 | ||
8976 | :term:`STRIP` | 8978 | :term:`STRIP` |
8977 | The minimal command and arguments to run ``strip``, which is used to | 8979 | The minimal command and arguments to run :manpage:`strip <strip(1)>`, |
8978 | strip symbols. | 8980 | which is used to strip symbols. |
8979 | 8981 | ||
8980 | :term:`SUMMARY` | 8982 | :term:`SUMMARY` |
8981 | The short (72 characters or less) summary of the binary package for | 8983 | The short (72 characters or less) summary of the binary package for |