From 880c15fe31fa86889247dcaaf0b6ad995eb2aed9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 19 Jul 2018 15:12:12 -0700 Subject: sdk-manual: Updated section on minimizing eSDK installer size I made some re-writes for clearity. (From yocto-docs rev: a68619a2ba8b7877cde6c9ef7dbb726adc75b0cd) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../sdk-manual/sdk-appendix-customizing.xml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'documentation') diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml index c8d369a8c8..15441fadb6 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.xml +++ b/documentation/sdk-manual/sdk-appendix-customizing.xml @@ -440,24 +440,24 @@ size, which downloads and installs quickly. You need to realize, though, that the minimal installer does not install any libraries or tools out of the box. - These must be installed either "on the fly" or through actions you - perform using devtool or explicitly with the - devtool sdk-install command. + These libraries and tools must be installed either "on the fly" or + through actions you perform using devtool or + explicitly with the devtool sdk-install command. - In most cases, when building a minimal SDK you will need to also enable + In most cases, when building a minimal SDK you need to also enable bringing in the information on a wider range of packages produced by the system. - This is particularly true so that devtool add - is able to effectively map dependencies it discovers in a source tree - to the appropriate recipes. - Also so that the devtool search command - is able to return useful results. + Requiring this wider range of information is particularly true + so that devtool add is able to effectively map + dependencies it discovers in a source tree to the appropriate recipes. + Additionally, the information enables the + devtool search command to return useful results. - To facilitate this wider range of information, you would additionally + To facilitate this wider range of information, you would need to set the following: SDK_INCLUDE_PKGDATA = "1" @@ -500,8 +500,8 @@ SDK_INCLUDE_TOOLCHAIN 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. + 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 -- cgit v1.2.3-54-g00ecf