From aba386b92cb1bd926a69f703587b133363374dee Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Sep 2016 18:05:31 -0700 Subject: sdk-manual: Updated SDK workflow A new command devtool finish has superceded the final commands in the SDK workflow. I updated the two figures (add and modify) to reflect this new flow. I also updated the ordered number list to match reality. (From yocto-docs rev: 0ba31e730cd748d06eab8d46b38764cda5c4e3bd) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-appendix-customizing.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'documentation/sdk-manual/sdk-appendix-customizing.xml') diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml index 0695707af3..e8a8b8cc9b 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.xml +++ b/documentation/sdk-manual/sdk-appendix-customizing.xml @@ -384,12 +384,15 @@ You can explicitly control whether or not to include the toolchain - when you build and SDK by setting the + when you build an SDK by setting the SDK_INCLUDE_TOOLCHAIN - variable. - When you set this variable to "1", you cause the toolchain to be - included even when SDK_EXT_TYPE is set to - "minimal". + variable to "1". + In particular, it is useful to include the toolchain when you + have set SDK_EXT_TYPE to + "minimal", which by default, excludes the toolchain. + Also, it is helpful if you are building a small SDK for use with + an IDE, such as Eclipse, or some other tool where you do not want + to take extra steps to install a toolchain. -- cgit v1.2.3-54-g00ecf