summaryrefslogtreecommitdiffstats
path: root/bitbake
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 23:05:14 +0100
commit2c79d57ded82ab9e8997f835e694002ba04d06ae (patch)
tree3d701600ed684aea1863506639bb6812c09b2c55 /bitbake
parentde87ba4b37b39d05af55971aa09a32a831931d14 (diff)
downloadpoky-2c79d57ded82ab9e8997f835e694002ba04d06ae.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: 0fa37e4ba864620972854e8405ed68bb8e8b1560) 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/bitbake-user-manual/bitbake-user-manual-ref-variables.xml23
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 89f30c42e6..b33a457d63 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 @@
1080 (<filename>.conf</filename>) files. 1080 (<filename>.conf</filename>) files.
1081 This variable is analogous to the 1081 This variable is analogous to the
1082 <filename>PATH</filename> variable. 1082 <filename>PATH</filename> variable.
1083 <note> 1083 </para>
1084 If you run BitBake from a directory outside of the 1084
1085 build directory, 1085 <para>
1086 you must be sure to set 1086 If you run BitBake from a directory outside of the
1087 <filename>BBPATH</filename> to point to the 1087 build directory,
1088 build directory. 1088 you must be sure to set
1089 Set the variable as you would any environment variable 1089 <filename>BBPATH</filename> to point to the
1090 and then run BitBake: 1090 build directory.
1091 <literallayout class='monospaced'> 1091 Set the variable as you would any environment variable
1092 and then run BitBake:
1093 <literallayout class='monospaced'>
1092 $ BBPATH="&lt;build_directory&gt;" 1094 $ BBPATH="&lt;build_directory&gt;"
1093 $ export BBPATH 1095 $ export BBPATH
1094 $ bitbake &lt;target&gt; 1096 $ bitbake &lt;target&gt;
1095 </literallayout> 1097 </literallayout>
1096 </note>
1097 </para> 1098 </para>
1098 </glossdef> 1099 </glossdef>
1099 </glossentry> 1100 </glossentry>