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>
This commit is contained in:
Scott Rifenbark
2019-06-10 13:38:25 -05:00
committed by Richard Purdie
parent 421f346ad6
commit 6c30d92537

View File

@@ -924,9 +924,12 @@
<title>Source Control Managers (Optional)</title>
<para>
Another place the build system can get source files from is
through an SCM such as Git or Subversion.
In this case, a repository is cloned or checked out.
Another place from which the build system can get source
files is with
<ulink url='&YOCTO_DOCS_BB_URL;#bb-fetchers'>fetchers</ulink>
employing various Source Control Managers (SCMs) such as
Git or Subversion.
In such cases, a repository is cloned or checked out.
The
<ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-fetch'><filename>do_fetch</filename></ulink>
task inside BitBake uses