diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-10 15:04:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-11 12:22:33 +0100 |
commit | c064a9654b75f7f9aa4bef4e0b6b16918fc75586 (patch) | |
tree | b211a8fcf090fd81bc2522e48744fe99b43feb4f /documentation/dev-manual | |
parent | d5084b273241d039b823207bb445940f9d340ab1 (diff) | |
download | poky-c064a9654b75f7f9aa4bef4e0b6b16918fc75586.tar.gz |
dev-manual: Edits to "Using a Git Workflow" section.
(From yocto-docs rev: 94358ad29cf92f4094fa5ba336ef9b4ccf3cc81d)
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')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 8c20a9a5c9..be1cf9903b 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -1793,7 +1793,7 @@ | |||
1793 | $ bitbake -c compile -f <name_of_package> | 1793 | $ bitbake -c compile -f <name_of_package> |
1794 | </literallayout> | 1794 | </literallayout> |
1795 | The <filename>-f</filename> or <filename>--force</filename> | 1795 | The <filename>-f</filename> or <filename>--force</filename> |
1796 | option forces re-execution of the specified task. | 1796 | option forces the specified task to execute. |
1797 | If you find problems with your code, you can just keep editing and | 1797 | If you find problems with your code, you can just keep editing and |
1798 | re-testing iteratively until things work as expected. | 1798 | re-testing iteratively until things work as expected. |
1799 | <note>All the modifications you make to the temporary source code | 1799 | <note>All the modifications you make to the temporary source code |