diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-02-28 13:47:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-03 08:35:26 +0000 |
commit | 2d19694b5895af2b9a80d64b728040f1da0a321c (patch) | |
tree | 273b20f9628e9531fe4acfd419641f0fc5980939 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 19916cfdab6250cc108d084b33e4c4205036513a (diff) | |
download | poky-2d19694b5895af2b9a80d64b728040f1da0a321c.tar.gz |
dev-manual: Changed heading for mirror and pre-fectch section
The old heading was dangerously close to a heading in the
previous chapter. I altered this heading to target more
specifically the content.
(From yocto-docs rev: 797bef2256308531f02e35dc0ef8b1d9cbaff935)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-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 |