diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-27 12:01:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:06:47 +0100 |
commit | 6d7c8f6398813bb527c102344cb3a5009d334af1 (patch) | |
tree | 4e10aa6d155cad505929058030edfc2d2d53be1c | |
parent | fd02be86862892f091c4ddf33a69e23f122d0fa2 (diff) | |
download | poky-6d7c8f6398813bb527c102344cb3a5009d334af1.tar.gz |
documentation/dev-manual/dev-manual-start.xml: Added a note to reference Git.
(From yocto-docs rev: cdc06ee33a7e8eb06822f8eeb05dde3b7bdff426)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 9d27a9a265..7a3917623a 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -86,7 +86,10 @@ | |||
86 | 86 | ||
87 | <para>The following transcript shows how to clone the <filename>poky</filename> | 87 | <para>The following transcript shows how to clone the <filename>poky</filename> |
88 | Git repository into the current working directory. | 88 | Git repository into the current working directory. |
89 | The command creates the repository in a directory named <filename>poky</filename>: | 89 | The command creates the repository in a directory named <filename>poky</filename>. |
90 | For information on the Yocto Project and Git, see | ||
91 | <xref linkend='git'>Git</xref> in | ||
92 | <xref linkend='dev-manual-newbie'>Working with Open Source Code</xref>. | ||
90 | <literallayout class='monospaced'> | 93 | <literallayout class='monospaced'> |
91 | $ git clone git://git.yoctoproject.org/poky | 94 | $ git clone git://git.yoctoproject.org/poky |
92 | Initialized empty Git repository in /home/scottrif/poky/.git/ | 95 | Initialized empty Git repository in /home/scottrif/poky/.git/ |