]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sdk-manual: Updates to the devtool Finish command flow.
authorScott Rifenbark <srifenbark@gmail.com>
Fri, 16 Sep 2016 15:53:47 +0000 (08:53 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Sep 2016 14:27:34 +0000 (15:27 +0100)
(From yocto-docs rev: f980b7cfa021c3777acd8e26b00cf40ed58f10f4)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/sdk-manual/sdk-extensible.xml

index 8f64745d522403f52d026d95bbcbc89c9f8d3e54..bb51683a44f796d7b37806d0ac7a5a0aaa736206 100644 (file)
                     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.
                     <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.