documentation/dev-manual/dev-manual-common-tasks.xml: Edits

Applied some edits of Paul Eggleton's.

(From yocto-docs rev: ef5a82d429480c3820db93f0b7207d7e470454af)

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 2012-02-15 17:48:51 -06:00 committed by Richard Purdie
parent 70848f308d
commit 797fabdbab
1 changed files with 4 additions and 2 deletions

View File

@ -843,14 +843,16 @@ so that there are some definite steps on how to do this. I need more detail her
<para>
Before modifying source code, it is important to notify Quilt so it can track the changes
into the new patch file:
into a new patch file.
To create a new patch, use <filename>quilt new</filename> as below:
<literallayout class='monospaced'>
$ quilt new NAME-OF-PATCH.patch
</literallayout>
</para>
<para>
After notifying Quilt, add all modified files into that patch:
After creating the patch, add all the files you will be modifying into that patch
as follows:
<literallayout class='monospaced'>
$ quilt add file1 file2 file3
</literallayout>