diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/overview-manual/overview-manual-concepts.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml index 5aca215a44..8a1b38c87d 100644 --- a/documentation/overview-manual/overview-manual-concepts.xml +++ b/documentation/overview-manual/overview-manual-concepts.xml | |||
@@ -925,14 +925,16 @@ | |||
925 | 925 | ||
926 | <para> | 926 | <para> |
927 | Another place the build system can get source files from is | 927 | Another place the build system can get source files from is |
928 | through an SCM such as Git or Subversion. | 928 | through a Source Control Manager (SCM) such as Git or |
929 | In this case, a repository is cloned or checked out. | 929 | Subversion. |
930 | In such cases, a repository is cloned or checked out. | ||
930 | The | 931 | The |
931 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-fetch'><filename>do_fetch</filename></ulink> | 932 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-fetch'><filename>do_fetch</filename></ulink> |
932 | task inside BitBake uses | 933 | task inside BitBake uses |
933 | the <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> | 934 | the <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> |
934 | variable and the argument's prefix to determine the correct | 935 | variable and the argument's prefix to determine the correct |
935 | fetcher module. | 936 | <ulink url='&YOCTO_DOCS_BB_URL;#bb-fetchers'><filename>fetcher</filename></ulink> |
937 | module. | ||
936 | <note> | 938 | <note> |
937 | For information on how to have the OpenEmbedded build | 939 | For information on how to have the OpenEmbedded build |
938 | system generate tarballs for Git repositories and place | 940 | system generate tarballs for Git repositories and place |
@@ -940,7 +942,7 @@ | |||
940 | <ulink url='&YOCTO_DOCS_REF_URL;#var-DL_DIR'><filename>DL_DIR</filename></ulink> | 942 | <ulink url='&YOCTO_DOCS_REF_URL;#var-DL_DIR'><filename>DL_DIR</filename></ulink> |
941 | directory, see the | 943 | directory, see the |
942 | <ulink url='&YOCTO_DOCS_REF_URL;#var-BB_GENERATE_MIRROR_TARBALLS'><filename>BB_GENERATE_MIRROR_TARBALLS</filename></ulink> | 944 | <ulink url='&YOCTO_DOCS_REF_URL;#var-BB_GENERATE_MIRROR_TARBALLS'><filename>BB_GENERATE_MIRROR_TARBALLS</filename></ulink> |
943 | variable. | 945 | variable in the Yocto Project Reference Manual. |
944 | </note> | 946 | </note> |
945 | </para> | 947 | </para> |
946 | 948 | ||