diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index b8ac3dd62b..745e1c0ab6 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -8977,8 +8977,8 @@ Some notes from Cal: | |||
8977 | </section> | 8977 | </section> |
8978 | </section> | 8978 | </section> |
8979 | 8979 | ||
8980 | <section id='working-with-source-files'> | 8980 | <section id='efficiently-fetching-source-files-during-a-build'> |
8981 | <title>Working with Source Files</title> | 8981 | <title>Efficiently Fetching Source Files During a Build</title> |
8982 | 8982 | ||
8983 | <para> | 8983 | <para> |
8984 | The OpenEmbedded build system works with source files located | 8984 | The OpenEmbedded build system works with source files located |
@@ -8992,16 +8992,16 @@ Some notes from Cal: | |||
8992 | </para> | 8992 | </para> |
8993 | 8993 | ||
8994 | <para> | 8994 | <para> |
8995 | This section presents information for working with source | 8995 | This section shows you how you can use mirrors to speed up |
8996 | files that can lead to more efficient use of resources and | 8996 | fetching source files and how you can pre-fetch files all of which |
8997 | time. | 8997 | leads to more efficient use of resources and time. |
8998 | </para> | 8998 | </para> |
8999 | 8999 | ||
9000 | <section id='setting-up-effective-mirrors'> | 9000 | <section id='setting-up-effective-mirrors'> |
9001 | <title>Setting up Effective Mirrors</title> | 9001 | <title>Setting up Effective Mirrors</title> |
9002 | 9002 | ||
9003 | <para> | 9003 | <para> |
9004 | As mentioned, a good deal that goes into a Yocto Project | 9004 | A good deal that goes into a Yocto Project |
9005 | build is simply downloading all of the source tarballs. | 9005 | build is simply downloading all of the source tarballs. |
9006 | Maybe you have been working with another build system | 9006 | Maybe you have been working with another build system |
9007 | (OpenEmbedded or Angstrom) for which you have built up a | 9007 | (OpenEmbedded or Angstrom) for which you have built up a |