diff options
Diffstat (limited to 'documentation/overview-manual/overview-manual-concepts.xml')
-rw-r--r-- | documentation/overview-manual/overview-manual-concepts.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml index 8a1b38c87d..f085dd710d 100644 --- a/documentation/overview-manual/overview-manual-concepts.xml +++ b/documentation/overview-manual/overview-manual-concepts.xml | |||
@@ -924,17 +924,18 @@ | |||
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 a Source Control Manager (SCM) such as Git or | 928 | files is with |
929 | Subversion. | 929 | <ulink url='&YOCTO_DOCS_BB_URL;#bb-fetchers'>fetchers</ulink> |
930 | employing various Source Control Managers (SCMs) such as | ||
931 | Git or Subversion. | ||
930 | In such cases, a repository is cloned or checked out. | 932 | In such cases, a repository is cloned or checked out. |
931 | The | 933 | The |
932 | <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> |
933 | task inside BitBake uses | 935 | task inside BitBake uses |
934 | the <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> | 936 | the <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> |
935 | variable and the argument's prefix to determine the correct | 937 | variable and the argument's prefix to determine the correct |
936 | <ulink url='&YOCTO_DOCS_BB_URL;#bb-fetchers'><filename>fetcher</filename></ulink> | 938 | fetcher module. |
937 | module. | ||
938 | <note> | 939 | <note> |
939 | For information on how to have the OpenEmbedded build | 940 | For information on how to have the OpenEmbedded build |
940 | system generate tarballs for Git repositories and place | 941 | system generate tarballs for Git repositories and place |