summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-15 11:41:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:16:44 +0100
commitfcb53beee46fd5b3b600232bef4d6bf7e76ef49e (patch)
treea045ccf00653b0ea5671294bb50df5a5f679b9b2 /documentation/dev-manual/dev-manual-start.xml
parentc7969c64bb1d8b667efc3c3abe48f9e1bec1d1f2 (diff)
downloadpoky-fcb53beee46fd5b3b600232bef4d6bf7e76ef49e.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml6
1 files changed, 3 insertions, 3 deletions
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 @@
87 The documentation refers to this set of locally installed files 87 The documentation refers to this set of locally installed files
88 as the <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. 88 as the <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>.
89 You create your Source Directory by using 89 You create your Source Directory by using
90 <link linkend='git'>Git</link> to clone a local copy 90 <ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink> to clone a local copy
91 of the upstream <filename>poky</filename> repository, 91 of the upstream <filename>poky</filename> repository,
92 or by downloading and unpacking a tarball of an official 92 or by downloading and unpacking a tarball of an official
93 Yocto Project release. 93 Yocto Project release.
@@ -110,7 +110,7 @@
110 The command creates the local repository in a directory 110 The command creates the local repository in a directory
111 named <filename>poky</filename>. 111 named <filename>poky</filename>.
112 For information on Git used within the Yocto Project, see 112 For information on Git used within the Yocto Project, see
113 the "<link linkend='git'>Git</link>" section. 113 the "<ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>" section.
114 <literallayout class='monospaced'> 114 <literallayout class='monospaced'>
115 $ git clone git://git.yoctoproject.org/poky 115 $ git clone git://git.yoctoproject.org/poky
116 Cloning into 'poky'... 116 Cloning into 'poky'...
@@ -241,7 +241,7 @@
241 <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.</para> 241 <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.</para>
242 242
243 <para>Using 243 <para>Using
244 <link linkend='git'>Git</link> to create a local clone of the 244 <ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink> to create a local clone of the
245 upstream repository can be helpful if you are working with 245 upstream repository can be helpful if you are working with
246 BSPs. 246 BSPs.
247 Typically, you set up the <filename>meta-intel</filename> 247 Typically, you set up the <filename>meta-intel</filename>