documentation/dev-manual/dev-manual-kernel-appendix.xml: Robert Berger feedback.

somehow I lost three or four changes that are credited to Robert
Berger (Community Member).  I have re-introduced them here.

(From yocto-docs rev: a23564ada0e072bea63739aeb1eb5c66d595e728)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-09-20 09:50:43 -07:00 committed by Richard Purdie
parent 158b84844e
commit 9786db045f
1 changed files with 12 additions and 4 deletions

View File

@ -114,9 +114,14 @@
Any changes you make to files in this location need to ultimately be pushed Any changes you make to files in this location need to ultimately be pushed
to the bare clone using the <filename>git push</filename> command.</para> to the bare clone using the <filename>git push</filename> command.</para>
<para>See the bulleted item <para>See the bulleted item
<link linkend='local-kernel-files'>Linux Yocto Kernel</link> in "<link linkend='local-kernel-files'>Linux Yocto Kernel</link>" earlier in this manual
<xref linkend='getting-setup'>Getting Setup</xref> earlier in this manual
for information on how to set up the bare clone. for information on how to set up the bare clone.
<note>Typically, Git workflows follow a scheme where changes made to a local area
are pulled into a Git repository.
However, because the <filename>git pull</filename> command does not work
with bare clones, this workflow pushes changes to the
repository even though other more complicated methods do exist that
get changes into the bare clone.</note>
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>
@ -605,9 +610,12 @@
when it is built. when it is built.
You can find and examine this file in the Yocto Project files Git repository in You can find and examine this file in the Yocto Project files Git repository in
the build directory. the build directory.
This example uses the following: This example uses the following.
Note that this example directory is arificially split in order to make it more
readable:
<literallayout class='monospaced'> <literallayout class='monospaced'>
~/poky/build/tmp/work/qemux86-poky-linux/linux-yocto-2.6.37+git1+84f...r20/linux-qemux86-standard-build ~/poky/build/tmp/work/qemux86-poky-linux/linux-yocto-2.6.37+git1+84f...
...r20/linux-qemux86-standard-build
</literallayout> </literallayout>
</para> </para>