summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index f6938fc9ca..fbf16813c3 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -116,6 +116,10 @@
116 <para>As an example, the following transcript shows how to create the bare clone 116 <para>As an example, the following transcript shows how to create the bare clone
117 of the <filename>linux-yocto-3.0</filename> kernel and then create a copy of 117 of the <filename>linux-yocto-3.0</filename> kernel and then create a copy of
118 that clone. 118 that clone.
119 <note>If you currently have a local Linux Yocto kernel Git repository, you can
120 reference this local repository rather than the upstream Git repository as
121 part of the <filename>clone</filename> command.
122 Doing so can speed up the process.</note>
119 The bare clone is named <filename>linux-yocto-3.0.git</filename>, while the 123 The bare clone is named <filename>linux-yocto-3.0.git</filename>, while the
120 copy is named <filename>linux-yocto-3.0</filename>: 124 copy is named <filename>linux-yocto-3.0</filename>:
121 <literallayout class='monospaced'> 125 <literallayout class='monospaced'>