summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-07-19 15:12:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:28:43 +0100
commit880c15fe31fa86889247dcaaf0b6ad995eb2aed9 (patch)
tree2ccf72e7e81a7efebb35ac0720e2adfe2fdbc328 /documentation/sdk-manual
parentbfe4fef0984acc39cc1de9e49d24734a8b241114 (diff)
downloadpoky-880c15fe31fa86889247dcaaf0b6ad995eb2aed9.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-appendix-customizing.xml24
1 files changed, 12 insertions, 12 deletions
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 @@
440 size, which downloads and installs quickly. 440 size, which downloads and installs quickly.
441 You need to realize, though, that the minimal installer does not 441 You need to realize, though, that the minimal installer does not
442 install any libraries or tools out of the box. 442 install any libraries or tools out of the box.
443 These must be installed either "on the fly" or through actions you 443 These libraries and tools must be installed either "on the fly" or
444 perform using <filename>devtool</filename> or explicitly with the 444 through actions you perform using <filename>devtool</filename> or
445 <filename>devtool sdk-install</filename> command. 445 explicitly with the <filename>devtool sdk-install</filename> command.
446 </para> 446 </para>
447 447
448 <para> 448 <para>
449 In most cases, when building a minimal SDK you will need to also enable 449 In most cases, when building a minimal SDK you need to also enable
450 bringing in the information on a wider range of packages produced by 450 bringing in the information on a wider range of packages produced by
451 the system. 451 the system.
452 This is particularly true so that <filename>devtool add</filename> 452 Requiring this wider range of information is particularly true
453 is able to effectively map dependencies it discovers in a source tree 453 so that <filename>devtool add</filename> is able to effectively map
454 to the appropriate recipes. 454 dependencies it discovers in a source tree to the appropriate recipes.
455 Also so that the <filename>devtool search</filename> command 455 Additionally, the information enables the
456 is able to return useful results. 456 <filename>devtool search</filename> command to return useful results.
457 </para> 457 </para>
458 458
459 <para> 459 <para>
460 To facilitate this wider range of information, you would additionally 460 To facilitate this wider range of information, you would need to
461 set the following: 461 set the following:
462 <literallayout class='monospaced'> 462 <literallayout class='monospaced'>
463 SDK_INCLUDE_PKGDATA = "1" 463 SDK_INCLUDE_PKGDATA = "1"
@@ -500,8 +500,8 @@
500 <ulink url='&YOCTO_DOCS_REF_URL;#var-SDK_INCLUDE_TOOLCHAIN'><filename>SDK_INCLUDE_TOOLCHAIN</filename></ulink> 500 <ulink url='&YOCTO_DOCS_REF_URL;#var-SDK_INCLUDE_TOOLCHAIN'><filename>SDK_INCLUDE_TOOLCHAIN</filename></ulink>
501 variable to "1". 501 variable to "1".
502 In particular, it is useful to include the toolchain when you 502 In particular, it is useful to include the toolchain when you
503 have set <filename>SDK_EXT_TYPE</filename> to 503 have set <filename>SDK_EXT_TYPE</filename> to "minimal", which by
504 "minimal", which by default, excludes the toolchain. 504 default, excludes the toolchain.
505 Also, it is helpful if you are building a small SDK for use with 505 Also, it is helpful if you are building a small SDK for use with
506 an IDE, such as <trademark class='trade'>Eclipse</trademark>, or some 506 an IDE, such as <trademark class='trade'>Eclipse</trademark>, or some
507 other tool where you do not want to take extra steps to install a 507 other tool where you do not want to take extra steps to install a