From fcb53beee46fd5b3b600232bef4d6bf7e76ef49e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 15 Jun 2017 11:41:25 -0700 Subject: documentation: Moved "Git" section to the ref-manual Fixes [YOCTO #11630] The "Git" section in the dev-manual is really about concepts. There are a couple of examples that might or not might be allowed to ultimately stay. I have moved the section to the ref-manual. If those examples get replicated in the new dev-manual, I will update the "Git" section further. For now, however, these remain in this moved section. (From yocto-docs rev: 2e4b87fdab29c13ce0d2314e50c93e37404b6f7e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/dev-manual/dev-manual-start.xml') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 4dbcc7e34a..df622f93b9 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -87,7 +87,7 @@ The documentation refers to this set of locally installed files as the Source Directory. You create your Source Directory by using - Git to clone a local copy + Git to clone a local copy of the upstream poky repository, or by downloading and unpacking a tarball of an official Yocto Project release. @@ -110,7 +110,7 @@ The command creates the local repository in a directory named poky. For information on Git used within the Yocto Project, see - the "Git" section. + the "Git" section. $ git clone git://git.yoctoproject.org/poky Cloning into 'poky'... @@ -241,7 +241,7 @@ . Using - Git to create a local clone of the + Git to create a local clone of the upstream repository can be helpful if you are working with BSPs. Typically, you set up the meta-intel -- cgit v1.2.3-54-g00ecf