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:29:23 +0100 |
commit | ab69e1917f1c56f99caed4001a7c2631ed0aba22 (patch) | |
tree | a76796bb53f3d10b9d5ceeff3cce500586a8f959 /documentation/overview-manual | |
parent | b0b59bd2b8e267fe582c603933051d12ba7eb381 (diff) | |
download | poky-ab69e1917f1c56f99caed4001a7c2631ed0aba22.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: 0c014fba509d3ec28236e63a7bd2355b447c4acf)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-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 |