From 0c823cce36536688eae27e2080626f7ad997813d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 16 Sep 2016 08:53:47 -0700 Subject: sdk-manual: Updates to the devtool Finish command flow. (From yocto-docs rev: f980b7cfa021c3777acd8e26b00cf40ed58f10f4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-extensible.xml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'documentation') 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 @@ 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. -- cgit v1.2.3-54-g00ecf