diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-31 17:04:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-25 12:37:57 +0100 |
commit | b90aaa6b65a97f1045599722ba4f929616b34ceb (patch) | |
tree | 5cc99dd10c977837365082d6720a3045853207eb | |
parent | 7d29579a31501900e10b2cb56c429095c3c7d91a (diff) | |
download | poky-b90aaa6b65a97f1045599722ba4f929616b34ceb.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: f021874bff4e7d30419371564fef41fcfd6d6976)
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>
-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 63a094413c..ab41482988 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 |
@@ -4995,7 +4996,8 @@ system and gives an overview of their function and contents. | |||
4995 | ``LAYERVERSION_mylayer``). | 4996 | ``LAYERVERSION_mylayer``). |
4996 | 4997 | ||
4997 | :term:`LD` | 4998 | :term:`LD` |
4998 | The minimal command and arguments used to run the linker. | 4999 | The minimal command and arguments used to run the :manpage:`linker |
5000 | <ld(1)>`. | ||
4999 | 5001 | ||
5000 | :term:`LDFLAGS` | 5002 | :term:`LDFLAGS` |
5001 | Specifies the flags to pass to the linker. This variable is exported | 5003 | Specifies the flags to pass to the linker. This variable is exported |
@@ -5601,7 +5603,7 @@ system and gives an overview of their function and contents. | |||
5601 | variable is set. | 5603 | variable is set. |
5602 | 5604 | ||
5603 | :term:`NM` | 5605 | :term:`NM` |
5604 | The minimal command and arguments to run ``nm``. | 5606 | The minimal command and arguments to run :manpage:`nm <nm(1)>`. |
5605 | 5607 | ||
5606 | :term:`NO_GENERIC_LICENSE` | 5608 | :term:`NO_GENERIC_LICENSE` |
5607 | Avoids QA errors when you use a non-common, non-CLOSED license in a | 5609 | Avoids QA errors when you use a non-common, non-CLOSED license in a |
@@ -5690,10 +5692,10 @@ system and gives an overview of their function and contents. | |||
5690 | NVDCVE_API_KEY = "fe753&7a2-1427-347d-23ff-b2e2b7ca5f3" | 5692 | NVDCVE_API_KEY = "fe753&7a2-1427-347d-23ff-b2e2b7ca5f3" |
5691 | 5693 | ||
5692 | :term:`OBJCOPY` | 5694 | :term:`OBJCOPY` |
5693 | The minimal command and arguments to run ``objcopy``. | 5695 | The minimal command and arguments to run :manpage:`objcopy <objcopy(1)>`. |
5694 | 5696 | ||
5695 | :term:`OBJDUMP` | 5697 | :term:`OBJDUMP` |
5696 | The minimal command and arguments to run ``objdump``. | 5698 | The minimal command and arguments to run :manpage:`objdump <objdump(1)>`. |
5697 | 5699 | ||
5698 | :term:`OE_BINCONFIG_EXTRA_MANGLE` | 5700 | :term:`OE_BINCONFIG_EXTRA_MANGLE` |
5699 | When inheriting the :ref:`ref-classes-binconfig` class, | 5701 | When inheriting the :ref:`ref-classes-binconfig` class, |
@@ -6975,7 +6977,7 @@ system and gives an overview of their function and contents. | |||
6975 | QA_EMPTY_DIRS_RECOMMENDATION:/dev = "but all devices must be created at runtime" | 6977 | QA_EMPTY_DIRS_RECOMMENDATION:/dev = "but all devices must be created at runtime" |
6976 | 6978 | ||
6977 | :term:`RANLIB` | 6979 | :term:`RANLIB` |
6978 | The minimal command and arguments to run ``ranlib``. | 6980 | The minimal command and arguments to run :manpage:`ranlib <ranlib(1)>`. |
6979 | 6981 | ||
6980 | :term:`RCONFLICTS` | 6982 | :term:`RCONFLICTS` |
6981 | The list of packages that conflict with packages. Note that packages | 6983 | The list of packages that conflict with packages. Note that packages |
@@ -8718,8 +8720,8 @@ system and gives an overview of their function and contents. | |||
8718 | places stamps. The default directory is ``${TMPDIR}/stamps``. | 8720 | places stamps. The default directory is ``${TMPDIR}/stamps``. |
8719 | 8721 | ||
8720 | :term:`STRIP` | 8722 | :term:`STRIP` |
8721 | The minimal command and arguments to run ``strip``, which is used to | 8723 | The minimal command and arguments to run :manpage:`strip <strip(1)>`, |
8722 | strip symbols. | 8724 | which is used to strip symbols. |
8723 | 8725 | ||
8724 | :term:`SUMMARY` | 8726 | :term:`SUMMARY` |
8725 | The short (72 characters or less) summary of the binary package for | 8727 | The short (72 characters or less) summary of the binary package for |