diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-10 13:38:25 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-18 11:30:38 +0100 |
| commit | 6c30d925375525af09497f091645d55a3bf229a2 (patch) | |
| tree | a8c20c34320375485cc85f4543698543392f8469 | |
| parent | 421f346ad65bebd800c56269ef5f034e961060c8 (diff) | |
| download | poky-6c30d925375525af09497f091645d55a3bf229a2.tar.gz | |
overview-manual: Updated SCM section
Fixes [YOCTO #10098]
I updated the "Source Control Managers (Optional)" section
to reference the "Fetchers" section in the BB manuual.
(From yocto-docs rev: 3bc281e4092207dc5b757b9da50f7d80cb2f4c6a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/overview-manual/overview-manual-concepts.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml index 5aca215a44..1f41ac8cf6 100644 --- a/documentation/overview-manual/overview-manual-concepts.xml +++ b/documentation/overview-manual/overview-manual-concepts.xml | |||
| @@ -924,9 +924,12 @@ | |||
| 924 | <title>Source Control Managers (Optional)</title> | 924 | <title>Source Control Managers (Optional)</title> |
| 925 | 925 | ||
| 926 | <para> | 926 | <para> |
| 927 | Another place the build system can get source files from is | 927 | Another place from which the build system can get source |
| 928 | through an SCM such as Git or Subversion. | 928 | files is with |
| 929 | In this case, a repository is cloned or checked out. | 929 | <ulink url='&YOCTO_DOCS_BB_URL;#bb-fetchers'>fetchers</ulink> |
| 930 | employing various Source Control Managers (SCMs) such as | ||
| 931 | Git or Subversion. | ||
| 932 | In such cases, a repository is cloned or checked out. | ||
| 930 | The | 933 | The |
| 931 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-fetch'><filename>do_fetch</filename></ulink> | 934 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-fetch'><filename>do_fetch</filename></ulink> |
| 932 | task inside BitBake uses | 935 | task inside BitBake uses |
