summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-14 17:10:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-21 22:51:19 +0100
commit0fa37e4ba864620972854e8405ed68bb8e8b1560 (patch)
tree4c811a190ce072fee2c0e89b3279e52308449909
parent67f5f536b022293ad3f5c5f176e33b7896bde89f (diff)
downloadbitbake-0fa37e4ba864620972854e8405ed68bb8e8b1560.tar.gz
bitbake-user-manual-ref-variables.xml: Edits to the BBPATH variable.
I took the stuff about running bitbake outside the build directory and removed the note syntax. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index 89f30c42e..b33a457d6 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -1080,20 +1080,21 @@
(<filename>.conf</filename>) files.
This variable is analogous to the
<filename>PATH</filename> variable.
- <note>
- If you run BitBake from a directory outside of the
- build directory,
- you must be sure to set
- <filename>BBPATH</filename> to point to the
- build directory.
- Set the variable as you would any environment variable
- and then run BitBake:
- <literallayout class='monospaced'>
+ </para>
+
+ <para>
+ If you run BitBake from a directory outside of the
+ build directory,
+ you must be sure to set
+ <filename>BBPATH</filename> to point to the
+ build directory.
+ Set the variable as you would any environment variable
+ and then run BitBake:
+ <literallayout class='monospaced'>
$ BBPATH="&lt;build_directory&gt;"
$ export BBPATH
$ bitbake &lt;target&gt;
- </literallayout>
- </note>
+ </literallayout>
</para>
</glossdef>
</glossentry>