summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 1edead3d6b..0b76ad7191 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -646,12 +646,10 @@
646 646
647 <para> 647 <para>
648 The remainder of this section presents these workflows. 648 The remainder of this section presents these workflows.
649 <note> 649 See the
650 See the 650 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-devtool-reference'><filename>devtool</filename>&nbsp;Quick Reference</ulink>"
651 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-devtool-reference'><filename>devtool</filename>&nbsp;Quick Reference</ulink>" 651 in the Yocto Project Reference Manual for a
652 in the Yocto Project Reference Manual for more a 652 <filename>devtool</filename> quick reference.
653 <filename>devtool</filename> reference.
654 </note>
655 </para> 653 </para>
656 654
657 <section id='use-devtool-to-integrate-new-code'> 655 <section id='use-devtool-to-integrate-new-code'>
@@ -1227,11 +1225,13 @@
1227 <emphasis>Finish Your Work With the Recipe</emphasis>: 1225 <emphasis>Finish Your Work With the Recipe</emphasis>:
1228 The <filename>devtool finish</filename> command creates 1226 The <filename>devtool finish</filename> command creates
1229 any patches corresponding to commits in the local 1227 any patches corresponding to commits in the local
1230 Git repository, updates the recipe to point to them 1228 Git repository, moves the new recipe to a more permanent
1231 (or creates a <filename>.bbappend</filename> file to do 1229 layer, and then resets the recipe so that the recipe is
1232 so, depending on the specified destination layer), and 1230 built normally rather than from the workspace.
1233 then resets the recipe so that the recipe is built normally 1231 If you specify a destination layer that is the same as
1234 rather than from the workspace. 1232 the original source, then the old version of the
1233 recipe and associated files will be removed prior to
1234 adding the new version.
1235 <literallayout class='monospaced'> 1235 <literallayout class='monospaced'>
1236 $ devtool finish <replaceable>recipe layer</replaceable> 1236 $ devtool finish <replaceable>recipe layer</replaceable>
1237 </literallayout> 1237 </literallayout>