diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-31 17:04:46 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-04-28 08:18:53 -0700 |
| commit | 05b813939513ae2962a26489f3df0e943fa467db (patch) | |
| tree | fe6c06435282e1520e046fd5f44e24bbd94b390d /documentation | |
| parent | 5d81e92acdc4aecfe513c7e59a980dc6c7511f52 (diff) | |
| download | poky-05b813939513ae2962a26489f3df0e943fa467db.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: adfb1a4a768f53a0404b65297f7fa9ed12b77088)
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: Steve Sakoman <steve@sakoman.com>
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 89099a1208..b63b9e746a 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 |
| @@ -4952,7 +4953,8 @@ system and gives an overview of their function and contents. | |||
| 4952 | ``LAYERVERSION_mylayer``). | 4953 | ``LAYERVERSION_mylayer``). |
| 4953 | 4954 | ||
| 4954 | :term:`LD` | 4955 | :term:`LD` |
| 4955 | The minimal command and arguments used to run the linker. | 4956 | The minimal command and arguments used to run the :manpage:`linker |
| 4957 | <ld(1)>`. | ||
| 4956 | 4958 | ||
| 4957 | :term:`LDFLAGS` | 4959 | :term:`LDFLAGS` |
| 4958 | Specifies the flags to pass to the linker. This variable is exported | 4960 | Specifies the flags to pass to the linker. This variable is exported |
| @@ -5558,7 +5560,7 @@ system and gives an overview of their function and contents. | |||
| 5558 | variable is set. | 5560 | variable is set. |
| 5559 | 5561 | ||
| 5560 | :term:`NM` | 5562 | :term:`NM` |
| 5561 | The minimal command and arguments to run ``nm``. | 5563 | The minimal command and arguments to run :manpage:`nm <nm(1)>`. |
| 5562 | 5564 | ||
| 5563 | :term:`NO_GENERIC_LICENSE` | 5565 | :term:`NO_GENERIC_LICENSE` |
| 5564 | Avoids QA errors when you use a non-common, non-CLOSED license in a | 5566 | Avoids QA errors when you use a non-common, non-CLOSED license in a |
| @@ -5632,10 +5634,10 @@ system and gives an overview of their function and contents. | |||
| 5632 | NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot" | 5634 | NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot" |
| 5633 | 5635 | ||
| 5634 | :term:`OBJCOPY` | 5636 | :term:`OBJCOPY` |
| 5635 | The minimal command and arguments to run ``objcopy``. | 5637 | The minimal command and arguments to run :manpage:`objcopy <objcopy(1)>`. |
| 5636 | 5638 | ||
| 5637 | :term:`OBJDUMP` | 5639 | :term:`OBJDUMP` |
| 5638 | The minimal command and arguments to run ``objdump``. | 5640 | The minimal command and arguments to run :manpage:`objdump <objdump(1)>`. |
| 5639 | 5641 | ||
| 5640 | :term:`OE_BINCONFIG_EXTRA_MANGLE` | 5642 | :term:`OE_BINCONFIG_EXTRA_MANGLE` |
| 5641 | When inheriting the :ref:`ref-classes-binconfig` class, | 5643 | When inheriting the :ref:`ref-classes-binconfig` class, |
| @@ -6899,7 +6901,7 @@ system and gives an overview of their function and contents. | |||
| 6899 | QA_EMPTY_DIRS_RECOMMENDATION:/dev = "but all devices must be created at runtime" | 6901 | QA_EMPTY_DIRS_RECOMMENDATION:/dev = "but all devices must be created at runtime" |
| 6900 | 6902 | ||
| 6901 | :term:`RANLIB` | 6903 | :term:`RANLIB` |
| 6902 | The minimal command and arguments to run ``ranlib``. | 6904 | The minimal command and arguments to run :manpage:`ranlib <ranlib(1)>`. |
| 6903 | 6905 | ||
| 6904 | :term:`RCONFLICTS` | 6906 | :term:`RCONFLICTS` |
| 6905 | The list of packages that conflict with packages. Note that packages | 6907 | The list of packages that conflict with packages. Note that packages |
| @@ -8596,8 +8598,8 @@ system and gives an overview of their function and contents. | |||
| 8596 | places stamps. The default directory is ``${TMPDIR}/stamps``. | 8598 | places stamps. The default directory is ``${TMPDIR}/stamps``. |
| 8597 | 8599 | ||
| 8598 | :term:`STRIP` | 8600 | :term:`STRIP` |
| 8599 | The minimal command and arguments to run ``strip``, which is used to | 8601 | The minimal command and arguments to run :manpage:`strip <strip(1)>`, |
| 8600 | strip symbols. | 8602 | which is used to strip symbols. |
| 8601 | 8603 | ||
| 8602 | :term:`SUMMARY` | 8604 | :term:`SUMMARY` |
| 8603 | The short (72 characters or less) summary of the binary package for | 8605 | The short (72 characters or less) summary of the binary package for |
