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>
This commit is contained in:
Scott Rifenbark 2013-04-10 15:04:28 -07:00 committed by Richard Purdie
parent d27584da67
commit f2d5900a18

View File

@ -1793,7 +1793,7 @@
$ bitbake -c compile -f &lt;name_of_package&gt; $ bitbake -c compile -f &lt;name_of_package&gt;
</literallayout> </literallayout>
The <filename>-f</filename> or <filename>--force</filename> 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 If you find problems with your code, you can just keep editing and
re-testing iteratively until things work as expected. re-testing iteratively until things work as expected.
<note>All the modifications you make to the temporary source code <note>All the modifications you make to the temporary source code