summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2021-05-21 05:57:40 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-22 12:16:41 +0100
commit0411a1e027955d11763698ec8fd52e5fda634d40 (patch)
treee08f2141ff5fd224e6cb1cec166a94cf77e04db8 /documentation/ref-manual
parent5871eeea6e10844b8e7141cf24efa26d1412c5c7 (diff)
downloadpoky-0411a1e027955d11763698ec8fd52e5fda634d40.tar.gz
ref-manual: add links to some variables in glossary
Add some links to a small set of glossary variables that I happened to be perusing at the time. (From yocto-docs rev: d71d8da78285f2314bfd27a821b26434e39622a8) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index a3401a4f1b..df6413b68a 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1524,10 +1524,10 @@ system and gives an overview of their function and contents.
1524 1524
1525 :term:`DEBUG_BUILD` 1525 :term:`DEBUG_BUILD`
1526 Specifies to build packages with debugging information. This 1526 Specifies to build packages with debugging information. This
1527 influences the value of the ``SELECTED_OPTIMIZATION`` variable. 1527 influences the value of the :term:`SELECTED_OPTIMIZATION` variable.
1528 1528
1529 :term:`DEBUG_OPTIMIZATION` 1529 :term:`DEBUG_OPTIMIZATION`
1530 The options to pass in ``TARGET_CFLAGS`` and ``CFLAGS`` when 1530 The options to pass in :term:`TARGET_CFLAGS` and :term:`CFLAGS` when
1531 compiling a system for debugging. This variable defaults to "-O 1531 compiling a system for debugging. This variable defaults to "-O
1532 -fno-omit-frame-pointer ${DEBUG_FLAGS} -pipe". 1532 -fno-omit-frame-pointer ${DEBUG_FLAGS} -pipe".
1533 1533
@@ -1537,7 +1537,7 @@ system and gives an overview of their function and contents.
1537 The most common usage of this is variable is to set it to "-1" within 1537 The most common usage of this is variable is to set it to "-1" within
1538 a recipe for a development version of a piece of software. Using the 1538 a recipe for a development version of a piece of software. Using the
1539 variable in this way causes the stable version of the recipe to build 1539 variable in this way causes the stable version of the recipe to build
1540 by default in the absence of ``PREFERRED_VERSION`` being used to 1540 by default in the absence of :term:`PREFERRED_VERSION` being used to
1541 build the development version. 1541 build the development version.
1542 1542
1543 .. note:: 1543 .. note::
@@ -2578,7 +2578,7 @@ system and gives an overview of their function and contents.
2578 Set the variable to "1" to force the removal of these packages. 2578 Set the variable to "1" to force the removal of these packages.
2579 2579
2580 :term:`FULL_OPTIMIZATION` 2580 :term:`FULL_OPTIMIZATION`
2581 The options to pass in ``TARGET_CFLAGS`` and ``CFLAGS`` when 2581 The options to pass in :term:`TARGET_CFLAGS` and :term:`CFLAGS` when
2582 compiling an optimized system. This variable defaults to "-O2 -pipe 2582 compiling an optimized system. This variable defaults to "-O2 -pipe
2583 ${DEBUG_FLAGS}". 2583 ${DEBUG_FLAGS}".
2584 2584
@@ -6690,8 +6690,8 @@ system and gives an overview of their function and contents.
6690 value of the :term:`TARGET_CFLAGS` variable. 6690 value of the :term:`TARGET_CFLAGS` variable.
6691 6691
6692 The ``SELECTED_OPTIMIZATION`` variable takes the value of 6692 The ``SELECTED_OPTIMIZATION`` variable takes the value of
6693 ``FULL_OPTIMIZATION`` unless ``DEBUG_BUILD`` = "1". If that is the 6693 :term:`FULL_OPTIMIZATION` unless :term:`DEBUG_BUILD` = "1", in which
6694 case, the value of ``DEBUG_OPTIMIZATION`` is used. 6694 case the value of :term:`DEBUG_OPTIMIZATION` is used.
6695 6695
6696 :term:`SERIAL_CONSOLE` 6696 :term:`SERIAL_CONSOLE`
6697 Defines a serial console (TTY) to enable using 6697 Defines a serial console (TTY) to enable using