diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-14 17:10:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-21 23:03:19 +0100 |
commit | ef7fac5bba0fc9dcd12f8bdd1a4e0fd0c3576e00 (patch) | |
tree | b35a1a7a31426d5161a79d670d87cb26205f03a6 | |
parent | 45880c7235583acd62d7fc068d9301df8872b7ce (diff) | |
download | ast2050-yocto-poky-ef7fac5bba0fc9dcd12f8bdd1a4e0fd0c3576e00.zip ast2050-yocto-poky-ef7fac5bba0fc9dcd12f8bdd1a4e0fd0c3576e00.tar.gz |
bitbake: 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.
(Bitbake rev: 783f29a593ce16a37b275b02f71b3ec918ef8c91)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml index 89f30c4..b33a457 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/bitbake/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="<build_directory>" $ export BBPATH $ bitbake <target> - </literallayout> - </note> + </literallayout> </para> </glossdef> </glossentry> |