diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-10 15:02:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 09:14:03 +0100 |
commit | 00ff69a5bb4a815233072f5ad16b73581dced128 (patch) | |
tree | f056ee77038eb2d87fb281505710accb7fd0fa02 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | cfc02111655e9e222b5d4621496fc33e59a5bbd6 (diff) | |
download | poky-00ff69a5bb4a815233072f5ad16b73581dced128.tar.gz |
dev-manual: Added cross-link to "Fetchers" section in BB manual.
Fixes [YOCTO #10098]
Inside the "Fetching Code" section we mention fetchers but have
no links for more information to the "Fetchers" section in the
BibBake User Manual. I have added a link.
(From yocto-docs rev: 5224bb7b7a3c0f081b066a45865fd326aa068fc9)
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0056ae7ac7..8ddcd5b075 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1883,7 +1883,8 @@ | |||
1883 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-fetch'><filename>do_fetch</filename></ulink> | 1883 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-fetch'><filename>do_fetch</filename></ulink> |
1884 | task uses the prefix of each entry in the | 1884 | task uses the prefix of each entry in the |
1885 | <filename>SRC_URI</filename> variable value to determine which | 1885 | <filename>SRC_URI</filename> variable value to determine which |
1886 | fetcher to use to get your source files. | 1886 | <ulink url='&YOCTO_DOCS_BB_URL;#bb-fetchers'>fetcher</ulink> |
1887 | to use to get your source files. | ||
1887 | It is the <filename>SRC_URI</filename> variable that triggers | 1888 | It is the <filename>SRC_URI</filename> variable that triggers |
1888 | the fetcher. | 1889 | the fetcher. |
1889 | The | 1890 | The |