1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Scott Rifenbark
2014-02-05 08:15:37 -06:00
committed by Richard Purdie
parent 6f8f51f3b6
commit d022ec3ff5
@@ -1872,16 +1872,15 @@
<para> <para>
The list of source files - local or remote. The list of source files - local or remote.
This variable tells BitBake which bits This variable tells BitBake which bits
to pull in for the build and how to pull them in. to pull for the build and how to pull them.
For example, if the recipe or append file only needs to For example, if the recipe or append file needs to
fetch a tarball from the Internet, the recipe or fetch a single tarball from the Internet, the recipe or
append file uses a <filename>SRC_URI</filename> 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 On the other hand, if the recipe or append file needs to
fetch a tarball, apply two patches, and include a custom fetch a tarball and include a custom file, the recipe or
file, the recipe or append file needs an append file needs an <filename>SRC_URI</filename> variable
<filename>SRC_URI</filename> variable that specifies all that specifies all those sources.</para>
those sources.</para>
<para>The following list explains the available URI protocols: <para>The following list explains the available URI protocols:
<itemizedlist> <itemizedlist>
<listitem><para><emphasis><filename>file://</filename> -</emphasis> <listitem><para><emphasis><filename>file://</filename> -</emphasis>