summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-01-21 17:25:41 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-27 21:03:26 +0000
commit6201d18b79cc8e024d5d551818cfe81b23b6bca9 (patch)
treec6f34ffca00b61b32b6c35cfe662488d9a5143b5 /bitbake
parent37ab0888a141c5c18671afa926efaa63b1f849e9 (diff)
downloadpoky-6201d18b79cc8e024d5d551818cfe81b23b6bca9.tar.gz
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>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/user-manual/user-manual-ref-variables.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/bitbake/doc/user-manual/user-manual-ref-variables.xml b/bitbake/doc/user-manual/user-manual-ref-variables.xml
index 4a3080f841..dc1fb9b197 100644
--- a/bitbake/doc/user-manual/user-manual-ref-variables.xml
+++ b/bitbake/doc/user-manual/user-manual-ref-variables.xml
@@ -359,7 +359,7 @@
359 <glossdef> 359 <glossdef>
360 <para>Lists the layers to enable during the build. 360 <para>Lists the layers to enable during the build.
361 This variable is defined in the <filename>bblayers.conf</filename> configuration 361 This variable is defined in the <filename>bblayers.conf</filename> configuration
362 file in the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 362 file in the build directory.
363 Here is an example: 363 Here is an example:
364 <literallayout class='monospaced'> 364 <literallayout class='monospaced'>
365 BBLAYERS = " \ 365 BBLAYERS = " \
@@ -442,10 +442,10 @@
442 <filename>PATH</filename> variable. 442 <filename>PATH</filename> variable.
443 <note> 443 <note>
444 If you run BitBake from a directory outside of the 444 If you run BitBake from a directory outside of the
445 <ulink url='&YOCTO_DOCS_DEV_URL;build-directory'>Build Directory</ulink>, 445 build directory,
446 you must be sure to set 446 you must be sure to set
447 <filename>BBPATH</filename> to point to the 447 <filename>BBPATH</filename> to point to the
448 Build Directory. 448 build directory.
449 Set the variable as you would any environment variable 449 Set the variable as you would any environment variable
450 and then run BitBake: 450 and then run BitBake:
451 <literallayout class='monospaced'> 451 <literallayout class='monospaced'>
@@ -1285,8 +1285,7 @@
1285 <glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm> 1285 <glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm>
1286 <glossdef> 1286 <glossdef>
1287 <para> 1287 <para>
1288 Points to the 1288 Points to the build directory.
1289 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
1290 BitBake automatically sets this variable. 1289 BitBake automatically sets this variable.
1291 </para> 1290 </para>
1292 </glossdef> 1291 </glossdef>