@@ -14,9 +14,9 @@ explained.
.. note::
Throughout this section, many variables and their meanings are
- introduced. If, in the context of a build directory, you want to
- examine the value of any of these variables, you can use the
- ``bitbake-getvar`` command, explained in the
+ introduced. If, in the context of a :term:`Build Directory`,
+ you want to examine the value of any of these variables, you can
+ use the ``bitbake-getvar`` command, explained in the
":ref:`dev-manual/debugging:viewing variable values`" section.
Yocto Project Components
Given how Chapter 4 of the Overview Manual introduces so many of the variables that define a build, briefly introduce the reader to the "bitbake-getvar" command so they can examine those variables. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---