summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-02-05 08:15:37 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-09 18:59:00 -0700
commitd022ec3ff5aff4cbee6b8aec677a1c03ca79705c (patch)
treecc74d1133465114c92e448b5865e2477bb541173
parent6f8f51f3b6e08ec4e869e6c5038980aab3c9aa15 (diff)
downloadpoky-d022ec3ff5aff4cbee6b8aec677a1c03ca79705c.tar.gz
bitbake: user-manual-ref-variables.xml: Edits to SRC_URI.
(Bitbake rev: b8472f81387f8b8110cd560d61a4563d53d26859) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/doc/user-manual/user-manual-ref-variables.xml15
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>