From 820ebc43d812a5228195a4640f3471161590c93d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 14 May 2019 09:29:39 -0700 Subject: overview-manual: Updated SMC section to link to fetchers Fixes [YOCTO #10098] I did some re-writing here and also linked over to the "Fetchers" section, which is in the BitBake User Manual. (From yocto-docs rev: a2ba04bcf13dd1c68cba5a79ae9e7d4c8fbcdf59) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/overview-manual/overview-manual-concepts.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'documentation') 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 @@ 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. + through a Source Control Manager (SCM) 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 @@ -940,7 +942,7 @@ DL_DIR directory, see the BB_GENERATE_MIRROR_TARBALLS - variable. + variable in the Yocto Project Reference Manual. -- cgit v1.2.3-54-g00ecf