diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-10 15:00:08 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-11 12:22:33 +0100 |
| commit | d5084b273241d039b823207bb445940f9d340ab1 (patch) | |
| tree | bca34b2b155350d7ec755f2427cadf3c9875b0dd | |
| parent | 5d69e3350267e2e4cd940d4196529354cb0d17e9 (diff) | |
| download | poky-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.xml | 4 |
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 @@ | |||
| 1696 | $ bitbake -c compile -f <name_of_package> | 1696 | $ bitbake -c compile -f <name_of_package> |
| 1697 | </literallayout> | 1697 | </literallayout> |
| 1698 | The <filename>-f</filename> or <filename>--force</filename> | 1698 | The <filename>-f</filename> or <filename>--force</filename> |
| 1699 | option forces re-execution of the specified task. | 1699 | option forces the specified task to execute. |
| 1700 | If you find problems with your code, you can just keep editing and | 1700 | If you find problems with your code, you can just keep editing and |
| 1701 | re-testing iteratively until things work as expected. | 1701 | re-testing iteratively until things work as expected. |
| 1702 | <note>All the modifications you make to the temporary source code | 1702 | <note>All the modifications you make to the temporary source code |
| @@ -1713,7 +1713,7 @@ | |||
| 1713 | <literallayout class='monospaced'> | 1713 | <literallayout class='monospaced'> |
| 1714 | $ quilt refresh | 1714 | $ quilt refresh |
| 1715 | </literallayout> | 1715 | </literallayout> |
| 1716 | At this point the <filename>my_changes.patch</filename> file has all your edits made | 1716 | At this point, the <filename>my_changes.patch</filename> file has all your edits made |
| 1717 | to the <filename>file1.c</filename>, <filename>file2.c</filename>, and | 1717 | to the <filename>file1.c</filename>, <filename>file2.c</filename>, and |
| 1718 | <filename>file3.c</filename> files.</para> | 1718 | <filename>file3.c</filename> files.</para> |
| 1719 | <para>You can find the resulting patch file in the <filename>patches/</filename> | 1719 | <para>You can find the resulting patch file in the <filename>patches/</filename> |
