summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-16 13:15:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-17 13:28:47 +0100
commit203aaaec084b80d0146b379d00527f8bd08b4119 (patch)
tree7bda55fd92254dffaa670e7ba6bffe0b69656ee8 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
parent547b189951283e1ea1fabd135d32bcb59124d8c3 (diff)
downloadpoky-203aaaec084b80d0146b379d00527f8bd08b4119.tar.gz
bitbake: bitbake-user-manual: Cleaned up parallelism note and formatted user input
I updated the note in the second chapter that discusses the role for BB_NUMBER_THREADS. The updates make it a bit clearer. Also scrubbed the manual for instances of user-supplied values to check how they are being formatted. I fixed the formatting to use the <replaceable></replaceable> tags so they are in italics. (Bitbake rev: e2879c60e905d7566091d40eab330372fa001313) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
index fd5a92316c..f3628cf6ba 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
@@ -221,7 +221,7 @@
221 <para>From your shell, enter the following commands to set and 221 <para>From your shell, enter the following commands to set and
222 export the <filename>BBPATH</filename> variable: 222 export the <filename>BBPATH</filename> variable:
223 <literallayout class='monospaced'> 223 <literallayout class='monospaced'>
224 $ BBPATH="&lt;projectdirectory&gt;" 224 $ BBPATH="<replaceable>projectdirectory</replaceable>"
225 $ export BBPATH 225 $ export BBPATH
226 </literallayout> 226 </literallayout>
227 Use your actual project directory in the command. 227 Use your actual project directory in the command.