diff options
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 |