summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/user-manual
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/doc/user-manual
parent37ab0888a141c5c18671afa926efaa63b1f849e9 (diff)
downloadast2050-yocto-poky-6201d18b79cc8e024d5d551818cfe81b23b6bca9.zip
ast2050-yocto-poky-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/doc/user-manual')
-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 4a3080f..dc1fb9b 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 @@
<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>
OpenPOWER on IntegriCloud