From: Scott Rifenbark Date: Fri, 16 Sep 2016 15:53:47 +0000 (-0700) Subject: sdk-manual: Updates to the devtool Finish command flow. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c823cce36536688eae27e2080626f7ad997813d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sdk-manual: Updates to the devtool Finish command flow. (From yocto-docs rev: f980b7cfa021c3777acd8e26b00cf40ed58f10f4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index 8f64745d522..bb51683a44f 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml @@ -352,10 +352,7 @@ built normally rather than from the workspace. $ devtool finish recipe layer - - - Part of the devtool finish - command converts commits created using Git to patch files. + Any changes you want to turn into patches must be committed to the Git repository in the source tree. @@ -571,14 +568,14 @@ Finish Your Work With the Recipe: The devtool finish 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 .bbappend 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. $ devtool finish recipe layer - - - Part of the devtool finish - command converts commits created using Git to patch files. + Any changes you want to turn into patches must be committed to the Git repository in the source tree.