diff options
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/sdk-extensible.xml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index 8f64745d52..bb51683a44 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml | |||
@@ -352,10 +352,7 @@ | |||
352 | built normally rather than from the workspace. | 352 | built normally rather than from the workspace. |
353 | <literallayout class='monospaced'> | 353 | <literallayout class='monospaced'> |
354 | $ devtool finish <replaceable>recipe layer</replaceable> | 354 | $ devtool finish <replaceable>recipe layer</replaceable> |
355 | </literallayout></para> | 355 | </literallayout> |
356 | |||
357 | <para>Part of the <filename>devtool finish</filename> | ||
358 | command converts commits created using Git to patch files. | ||
359 | <note> | 356 | <note> |
360 | Any changes you want to turn into patches must be | 357 | Any changes you want to turn into patches must be |
361 | committed to the Git repository in the source tree. | 358 | committed to the Git repository in the source tree. |
@@ -571,14 +568,14 @@ | |||
571 | <emphasis>Finish Your Work With the Recipe</emphasis>: | 568 | <emphasis>Finish Your Work With the Recipe</emphasis>: |
572 | The <filename>devtool finish</filename> command creates | 569 | The <filename>devtool finish</filename> command creates |
573 | any patches corresponding to commits in the local | 570 | any patches corresponding to commits in the local |
574 | Git repository and then resets the recipe so that the | 571 | Git repository, updates the recipe to point to them |
575 | recipe is built normally rather than from the workspace. | 572 | (or creates a <filename>.bbappend</filename> file to do |
573 | so, depending on the specified destination layer), and | ||
574 | then resets the recipe so that the recipe is built normally | ||
575 | rather than from the workspace. | ||
576 | <literallayout class='monospaced'> | 576 | <literallayout class='monospaced'> |
577 | $ devtool finish <replaceable>recipe layer</replaceable> | 577 | $ devtool finish <replaceable>recipe layer</replaceable> |
578 | </literallayout></para> | 578 | </literallayout> |
579 | |||
580 | <para>Part of the <filename>devtool finish</filename> | ||
581 | command converts commits created using Git to patch files. | ||
582 | <note> | 579 | <note> |
583 | Any changes you want to turn into patches must be | 580 | Any changes you want to turn into patches must be |
584 | committed to the Git repository in the source tree. | 581 | committed to the Git repository in the source tree. |