summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/user-manual/user-manual-ref-variables.xml
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 /bitbake/doc/user-manual/user-manual-ref-variables.xml
parent6f8f51f3b6e08ec4e869e6c5038980aab3c9aa15 (diff)
downloadast2050-yocto-poky-d022ec3ff5aff4cbee6b8aec677a1c03ca79705c.zip
ast2050-yocto-poky-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>
Diffstat (limited to 'bitbake/doc/user-manual/user-manual-ref-variables.xml')
-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 31e39ce..bda9fe5 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 @@
<para>
The list of source files - local or remote.
This variable tells BitBake which bits
- to pull in for the build and how to pull them in.
- For example, if the recipe or append file only needs to
- fetch a tarball from the Internet, the recipe or
+ to pull for the build and how to pull them.
+ For example, if the recipe or append file needs to
+ fetch a single tarball from the Internet, the recipe or
append file uses a <filename>SRC_URI</filename>
- entry that specifies just the tarball.
+ entry that specifies that tarball.
On the other hand, if the recipe or append file needs to
- fetch a tarball, apply two patches, and include a custom
- file, the recipe or append file needs an
- <filename>SRC_URI</filename> variable that specifies all
- those sources.</para>
+ fetch a tarball and include a custom file, the recipe or
+ append file needs an <filename>SRC_URI</filename> variable
+ that specifies all those sources.</para>
<para>The following list explains the available URI protocols:
<itemizedlist>
<listitem><para><emphasis><filename>file://</filename> -</emphasis>
OpenPOWER on IntegriCloud