diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-11 12:50:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:27:04 +0100 |
commit | 8c45abc747add07ebbf9b8dc8e71c98431d7ec25 (patch) | |
tree | 14d1d124a43fd922bbdfa9aedee103ede708dff8 /documentation/dev-manual | |
parent | e45f2aa8db546329f7c3d533eadb2cbbbc1ec7e6 (diff) | |
download | poky-8c45abc747add07ebbf9b8dc8e71c98431d7ec25.tar.gz |
documentation/dev-manual/dev-manual-start.xml: Note added
Bruce Ashfield suggested adding a note near the explanation of creating
a bare clone that suggests if the user already has a linux yocto kernel
Git repo handy they can reference that repo in the 'git clone --bare'
command rather than referencing the upstream source repository as
a way to speed up the process.
(From yocto-docs rev: 132a9cfcef3397677b54eace7831d25f8a321b93)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 4 |
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'> |