diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-11 14:27:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-15 14:45:15 +0100 |
commit | 715456acb8aa2866eca4f04b667a12d070e18cfa (patch) | |
tree | b6e0b99bc2943140cecfd1a3fce9acc79ce5ab26 /documentation/dev-manual/dev-manual-model.xml | |
parent | e44de7bbb94cf268dba6aec37226ce9db6fb147e (diff) | |
download | poky-715456acb8aa2866eca4f04b667a12d070e18cfa.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.xml | 5 |
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 |