diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index 68b7642a97..f62e0b0291 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml | |||
| @@ -114,9 +114,14 @@ | |||
| 114 | Any changes you make to files in this location need to ultimately be pushed | 114 | Any changes you make to files in this location need to ultimately be pushed |
| 115 | to the bare clone using the <filename>git push</filename> command.</para> | 115 | to the bare clone using the <filename>git push</filename> command.</para> |
| 116 | <para>See the bulleted item | 116 | <para>See the bulleted item |
| 117 | <link linkend='local-kernel-files'>Linux Yocto Kernel</link> in | 117 | "<link linkend='local-kernel-files'>Linux Yocto Kernel</link>" earlier in this manual |
| 118 | <xref linkend='getting-setup'>Getting Setup</xref> earlier in this manual | ||
| 119 | for information on how to set up the bare clone. | 118 | for information on how to set up the bare clone. |
| 119 | <note>Typically, Git workflows follow a scheme where changes made to a local area | ||
| 120 | are pulled into a Git repository. | ||
| 121 | However, because the <filename>git pull</filename> command does not work | ||
| 122 | with bare clones, this workflow pushes changes to the | ||
| 123 | repository even though other more complicated methods do exist that | ||
| 124 | get changes into the bare clone.</note> | ||
| 120 | </para></listitem> | 125 | </para></listitem> |
| 121 | </itemizedlist> | 126 | </itemizedlist> |
| 122 | </para> | 127 | </para> |
| @@ -605,9 +610,12 @@ | |||
| 605 | when it is built. | 610 | when it is built. |
| 606 | You can find and examine this file in the Yocto Project files Git repository in | 611 | You can find and examine this file in the Yocto Project files Git repository in |
| 607 | the build directory. | 612 | the build directory. |
| 608 | This example uses the following: | 613 | This example uses the following. |
| 614 | Note that this example directory is arificially split in order to make it more | ||
| 615 | readable: | ||
| 609 | <literallayout class='monospaced'> | 616 | <literallayout class='monospaced'> |
| 610 | ~/poky/build/tmp/work/qemux86-poky-linux/linux-yocto-2.6.37+git1+84f...r20/linux-qemux86-standard-build | 617 | ~/poky/build/tmp/work/qemux86-poky-linux/linux-yocto-2.6.37+git1+84f... |
| 618 | ...r20/linux-qemux86-standard-build | ||
| 611 | </literallayout> | 619 | </literallayout> |
| 612 | </para> | 620 | </para> |
| 613 | 621 | ||
