summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-11 14:27:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-15 14:45:50 +0100
commitdbd5778d749871be99cb25843de6409c8807d5f7 (patch)
tree44713618d037787e248baa2ca8d2a26f29f88b42 /documentation/dev-manual/dev-manual-model.xml
parenteed0d8765ea92f22e26d5b3aec0b9fe98f3af57f (diff)
downloadpoky-dbd5778d749871be99cb25843de6409c8807d5f7.tar.gz
documentation: dev-manual - edits to the patching the kernel and model sections.
Made changes to try and clean up the process. (From yocto-docs rev: 9c4fbcb473dc594647ba8779162379a745f8f8d6) 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/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 03bb83096e..436ecb6fb7 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1730,6 +1730,11 @@ directory.</para></listitem>
1730 "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>" 1730 "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>"
1731 section of the Yocto Project Quick Start. 1731 section of the Yocto Project Quick Start.
1732 </note></para></listitem> 1732 </note></para></listitem>
1733 <listitem><para><emphasis>Change Your Working Directory:</emphasis>
1734 After making your edits, move back to the directory from which you
1735 initialized the Git repository.
1736 Returning to this directory ensures you are using the correct branch when
1737 you go to commit your changes.</para></listitem>
1733 <listitem><para><emphasis>See the List of Files You Changed:</emphasis> 1738 <listitem><para><emphasis>See the List of Files You Changed:</emphasis>
1734 Use the <filename>git status</filename> command to see what files you have actually edited. 1739 Use the <filename>git status</filename> command to see what files you have actually edited.
1735 The ability to have Git track the files you have changed is an advantage that this 1740 The ability to have Git track the files you have changed is an advantage that this