aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-10 15:00:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 12:22:33 +0100
commitd5084b273241d039b823207bb445940f9d340ab1 (patch)
treebca34b2b155350d7ec755f2427cadf3c9875b0dd
parent5d69e3350267e2e4cd940d4196529354cb0d17e9 (diff)
downloadopenembedded-core-contrib-d5084b273241d039b823207bb445940f9d340ab1.tar.gz
dev-manual: Edits to "Using a Quilt Workflow" section.
(From yocto-docs rev: 392cfbab010858ce0354a41e1e6c2304a3be9287) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-model.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 2b4be3dd1d..8c20a9a5c9 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1696,7 +1696,7 @@
$ bitbake -c compile -f &lt;name_of_package&gt;
</literallayout>
The <filename>-f</filename> or <filename>--force</filename>
- option forces re-execution of the specified task.
+ option forces the specified task to execute.
If you find problems with your code, you can just keep editing and
re-testing iteratively until things work as expected.
<note>All the modifications you make to the temporary source code
@@ -1713,7 +1713,7 @@
<literallayout class='monospaced'>
$ quilt refresh
</literallayout>
- At this point the <filename>my_changes.patch</filename> file has all your edits made
+ At this point, the <filename>my_changes.patch</filename> file has all your edits made
to the <filename>file1.c</filename>, <filename>file2.c</filename>, and
<filename>file3.c</filename> files.</para>
<para>You can find the resulting patch file in the <filename>patches/</filename>