diff options
Diffstat (limited to 'documentation')
-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 |