diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-16 08:53:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:27:34 +0100 |
commit | 0c823cce36536688eae27e2080626f7ad997813d (patch) | |
tree | 08d8f5c5037dc00e4cc1e0dd0cbf9896f8510531 /documentation/sdk-manual/sdk-extensible.xml | |
parent | 7d208c1c77dbf079b66a28076174a08951b27549 (diff) | |
download | poky-0c823cce36536688eae27e2080626f7ad997813d.tar.gz |
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>
Diffstat (limited to 'documentation/sdk-manual/sdk-extensible.xml')
-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. |