diff options
Diffstat (limited to 'documentation/dev-manual/efficiently-fetching-sources.rst')
-rw-r--r-- | documentation/dev-manual/efficiently-fetching-sources.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/efficiently-fetching-sources.rst b/documentation/dev-manual/efficiently-fetching-sources.rst index a15f0a92ce..a3366226c0 100644 --- a/documentation/dev-manual/efficiently-fetching-sources.rst +++ b/documentation/dev-manual/efficiently-fetching-sources.rst | |||
@@ -6,7 +6,7 @@ Efficiently Fetching Source Files During a Build | |||
6 | The OpenEmbedded build system works with source files located through | 6 | The OpenEmbedded build system works with source files located through |
7 | the :term:`SRC_URI` variable. When | 7 | the :term:`SRC_URI` variable. When |
8 | you build something using BitBake, a big part of the operation is | 8 | you build something using BitBake, a big part of the operation is |
9 | locating and downloading all the source tarballs. For images, | 9 | locating and downloading all of the source code. For images, |
10 | downloading all the source for various packages can take a significant | 10 | downloading all the source for various packages can take a significant |
11 | amount of time. | 11 | amount of time. |
12 | 12 | ||
@@ -18,7 +18,7 @@ Setting up Effective Mirrors | |||
18 | ============================ | 18 | ============================ |
19 | 19 | ||
20 | A good deal that goes into a Yocto Project build is simply downloading | 20 | A good deal that goes into a Yocto Project build is simply downloading |
21 | all of the source tarballs. Maybe you have been working with another | 21 | source code. Maybe you have been working with another |
22 | build system for which you have built up a | 22 | build system for which you have built up a |
23 | sizable directory of source tarballs. Or, perhaps someone else has such | 23 | sizable directory of source tarballs. Or, perhaps someone else has such |
24 | a directory for which you have read access. If so, you can save time by | 24 | a directory for which you have read access. If so, you can save time by |