From ae06e04cd225d2c2147ca355e2dd39b4f6cf6775 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 29 Jan 2018 15:18:03 -0800 Subject: documentation: Created new "Getting Started" manual. Creation involved removing the overview-manual and replacing it with the getting-started manual. All links to the string "&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with "&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed files used to create the manual with prefixes suited for the new manual name, which is "Getting Started With Yocto Project". The style sheet for the new manual needed updating to display the new .PNG image for the title page. The mega-manual file had to be updated to include the files. The mega-manual.sed file had to be updated to include the new manual and not use the overview manual. (From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../eclipse/html/getting-started/scms.html | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 documentation/getting-started/eclipse/html/getting-started/scms.html (limited to 'documentation/getting-started/eclipse/html/getting-started/scms.html') diff --git a/documentation/getting-started/eclipse/html/getting-started/scms.html b/documentation/getting-started/eclipse/html/getting-started/scms.html new file mode 100644 index 0000000000..f2ec54340c --- /dev/null +++ b/documentation/getting-started/eclipse/html/getting-started/scms.html @@ -0,0 +1,42 @@ + + + +2.8.3.3. Source Control Managers (Optional) + + + + + + + +
+

+2.8.3.3. 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. + The + do_fetch + task inside BitBake uses + the SRC_URI + variable and the argument's prefix to determine the correct + fetcher module. +

+
+

Note

+ For information on how to have the OpenEmbedded build system + generate tarballs for Git repositories and place them in the + DL_DIR + directory, see the + BB_GENERATE_MIRROR_TARBALLS + variable. +
+

+ When fetching a repository, BitBake uses the + SRCREV + variable to determine the specific revision from which to + build. +

+
+ -- cgit v1.2.3-54-g00ecf