From ab69e1917f1c56f99caed4001a7c2631ed0aba22 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: 0c014fba509d3ec28236e63a7bd2355b447c4acf) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/overview-manual/overview-manual-concepts.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'documentation') 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 @@ Source Control Managers (Optional) - Another place the build system can get source files from is - through a Source Control Manager (SCM) such as Git or - Subversion. + 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 the SRC_URI variable and the argument's prefix to determine the correct - fetcher - module. + fetcher module. For information on how to have the OpenEmbedded build system generate tarballs for Git repositories and place -- cgit v1.2.3-54-g00ecf