From 6c30d925375525af09497f091645d55a3bf229a2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 10 Jun 2019 13:38:25 -0500 Subject: 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 Signed-off-by: Richard Purdie --- documentation/overview-manual/overview-manual-concepts.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'documentation') 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 @@ Source Control Managers (Optional) - 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 + fetchers + employing various Source Control Managers (SCMs) such as + Git or Subversion. + In such cases, a repository is cloned or checked out. The do_fetch task inside BitBake uses -- cgit v1.2.3-54-g00ecf