sdk-manual: Updates to the devtool Finish command flow.

(From yocto-docs rev: f980b7cfa021c3777acd8e26b00cf40ed58f10f4)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-09-16 08:53:47 -07:00 committed by Richard Purdie
parent 7d208c1c77
commit 0c823cce36
1 changed files with 7 additions and 10 deletions

View File

@ -352,10 +352,7 @@
built normally rather than from the workspace.
<literallayout class='monospaced'>
$ devtool finish <replaceable>recipe layer</replaceable>
</literallayout></para>
<para>Part of the <filename>devtool finish</filename>
command converts commits created using Git to patch files.
</literallayout>
<note>
Any changes you want to turn into patches must be
committed to the Git repository in the source tree.
@ -571,14 +568,14 @@
<emphasis>Finish Your Work With the Recipe</emphasis>:
The <filename>devtool finish</filename> command creates
any patches corresponding to commits in the local
Git repository and then resets the recipe so that the
recipe is built normally rather than from the workspace.
Git repository, updates the recipe to point to them
(or creates a <filename>.bbappend</filename> file to do
so, depending on the specified destination layer), and
then resets the recipe so that the recipe is built normally
rather than from the workspace.
<literallayout class='monospaced'>
$ devtool finish <replaceable>recipe layer</replaceable>
</literallayout></para>
<para>Part of the <filename>devtool finish</filename>
command converts commits created using Git to patch files.
</literallayout>
<note>
Any changes you want to turn into patches must be
committed to the Git repository in the source tree.