bitbake: user-manual-ref-variables.xml: Fixed references to "Build Directory".

I made sure that these are lower-cased.  Also, removed the tags
for cross-referencing into the term section of the YP Development
Manual.

(Bitbake rev: f9e3de2bb3e73204ef35d102ff26ee7393056ede)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-01-21 17:25:41 -06:00 committed by Richard Purdie
parent 37ab0888a1
commit 6201d18b79
1 changed files with 4 additions and 5 deletions

View File

@ -359,7 +359,7 @@
<glossdef>
<para>Lists the layers to enable during the build.
This variable is defined in the <filename>bblayers.conf</filename> configuration
file in the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
file in the build directory.
Here is an example:
<literallayout class='monospaced'>
BBLAYERS = " \
@ -442,10 +442,10 @@
<filename>PATH</filename> variable.
<note>
If you run BitBake from a directory outside of the
<ulink url='&YOCTO_DOCS_DEV_URL;build-directory'>Build Directory</ulink>,
build directory,
you must be sure to set
<filename>BBPATH</filename> to point to the
Build Directory.
build directory.
Set the variable as you would any environment variable
and then run BitBake:
<literallayout class='monospaced'>
@ -1285,8 +1285,7 @@
<glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm>
<glossdef>
<para>
Points to the
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
Points to the build directory.
BitBake automatically sets this variable.
</para>
</glossdef>