diff options
-rw-r--r-- | bitbake/doc/user-manual/user-manual-ref-variables.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/bitbake/doc/user-manual/user-manual-ref-variables.xml b/bitbake/doc/user-manual/user-manual-ref-variables.xml index 31e39ced7b..bda9fe5629 100644 --- a/bitbake/doc/user-manual/user-manual-ref-variables.xml +++ b/bitbake/doc/user-manual/user-manual-ref-variables.xml | |||
@@ -1872,16 +1872,15 @@ | |||
1872 | <para> | 1872 | <para> |
1873 | The list of source files - local or remote. | 1873 | The list of source files - local or remote. |
1874 | This variable tells BitBake which bits | 1874 | This variable tells BitBake which bits |
1875 | to pull in for the build and how to pull them in. | 1875 | to pull for the build and how to pull them. |
1876 | For example, if the recipe or append file only needs to | 1876 | For example, if the recipe or append file needs to |
1877 | fetch a tarball from the Internet, the recipe or | 1877 | fetch a single tarball from the Internet, the recipe or |
1878 | append file uses a <filename>SRC_URI</filename> | 1878 | append file uses a <filename>SRC_URI</filename> |
1879 | entry that specifies just the tarball. | 1879 | entry that specifies that tarball. |
1880 | On the other hand, if the recipe or append file needs to | 1880 | On the other hand, if the recipe or append file needs to |
1881 | fetch a tarball, apply two patches, and include a custom | 1881 | fetch a tarball and include a custom file, the recipe or |
1882 | file, the recipe or append file needs an | 1882 | append file needs an <filename>SRC_URI</filename> variable |
1883 | <filename>SRC_URI</filename> variable that specifies all | 1883 | that specifies all those sources.</para> |
1884 | those sources.</para> | ||
1885 | <para>The following list explains the available URI protocols: | 1884 | <para>The following list explains the available URI protocols: |
1886 | <itemizedlist> | 1885 | <itemizedlist> |
1887 | <listitem><para><emphasis><filename>file://</filename> -</emphasis> | 1886 | <listitem><para><emphasis><filename>file://</filename> -</emphasis> |