diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-16 13:15:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-17 13:28:47 +0100 |
commit | 203aaaec084b80d0146b379d00527f8bd08b4119 (patch) | |
tree | 7bda55fd92254dffaa670e7ba6bffe0b69656ee8 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | |
parent | 547b189951283e1ea1fabd135d32bcb59124d8c3 (diff) | |
download | poky-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-fetching.xml')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml index 21337208a1..2fb58e413e 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | |||
@@ -157,8 +157,8 @@ | |||
157 | <filename>SRC_URI</filename> variable with the appropriate | 157 | <filename>SRC_URI</filename> variable with the appropriate |
158 | varflags as follows: | 158 | varflags as follows: |
159 | <literallayout class='monospaced'> | 159 | <literallayout class='monospaced'> |
160 | SRC_URI[md5sum] = "value" | 160 | SRC_URI[md5sum] = "<replaceable>value</replaceable>" |
161 | SRC_URI[sha256sum] = "value" | 161 | SRC_URI[sha256sum] = "<replaceable>value</replaceable>" |
162 | </literallayout> | 162 | </literallayout> |
163 | You can also specify the checksums as parameters on the | 163 | You can also specify the checksums as parameters on the |
164 | <filename>SRC_URI</filename> as shown below: | 164 | <filename>SRC_URI</filename> as shown below: |
@@ -646,13 +646,19 @@ | |||
646 | </para></listitem> | 646 | </para></listitem> |
647 | <listitem><para><emphasis><filename>module</filename></emphasis>: | 647 | <listitem><para><emphasis><filename>module</filename></emphasis>: |
648 | The module, which must include the | 648 | The module, which must include the |
649 | prepending "/" character, in the selected VOB | 649 | prepending "/" character, in the selected VOB. |
650 | The <filename>module</filename> and <filename>vob</filename> | 650 | <note> |
651 | options are combined to create the following load rule in | 651 | The <filename>module</filename> and <filename>vob</filename> |
652 | the view config spec: | 652 | options are combined to create the <filename>load</filename> rule in |
653 | <literallayout class='monospaced'> | 653 | the view config spec. |
654 | load <vob><module> | 654 | As an example, consider the <filename>vob</filename> and |
655 | </literallayout> | 655 | <filename>module</filename> values from the |
656 | <filename>SRC_URI</filename> statement at the start of this section. | ||
657 | Combining those values results in the following: | ||
658 | <literallayout class='monospaced'> | ||
659 | load /example_vob/example_module | ||
660 | </literallayout> | ||
661 | </note> | ||
656 | </para></listitem> | 662 | </para></listitem> |
657 | <listitem><para><emphasis><filename>proto</filename></emphasis>: | 663 | <listitem><para><emphasis><filename>proto</filename></emphasis>: |
658 | The protocol, which can be either <filename>http</filename> or | 664 | The protocol, which can be either <filename>http</filename> or |