diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-07-19 15:12:12 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 10:28:12 +0100 |
| commit | 8e3ead9bb4438b12a4ae44971d66e4d3e2034e6f (patch) | |
| tree | 170bbe2b480063a6199e1d2d864a8aed1100e5a0 /documentation/sdk-manual/sdk-appendix-customizing.xml | |
| parent | acf3319e5f34514eeb3164f75fa7ad173bad7302 (diff) | |
| download | poky-8e3ead9bb4438b12a4ae44971d66e4d3e2034e6f.tar.gz | |
sdk-manual: Updated section on minimizing eSDK installer size
I made some re-writes for clearity.
(From yocto-docs rev: 45e710923afb45066383877252af79faf3b2f5fc)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-customizing.xml')
| -rw-r--r-- | documentation/sdk-manual/sdk-appendix-customizing.xml | 24 |
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 8c9bc6a848..efa5b4ded6 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.xml +++ b/documentation/sdk-manual/sdk-appendix-customizing.xml | |||
| @@ -372,24 +372,24 @@ | |||
| 372 | size, which downloads and installs quickly. | 372 | size, which downloads and installs quickly. |
| 373 | You need to realize, though, that the minimal installer does not | 373 | You need to realize, though, that the minimal installer does not |
| 374 | install any libraries or tools out of the box. | 374 | install any libraries or tools out of the box. |
| 375 | These must be installed either "on the fly" or through actions you | 375 | These libraries and tools must be installed either "on the fly" or |
| 376 | perform using <filename>devtool</filename> or explicitly with the | 376 | through actions you perform using <filename>devtool</filename> or |
| 377 | <filename>devtool sdk-install</filename> command. | 377 | explicitly with the <filename>devtool sdk-install</filename> command. |
| 378 | </para> | 378 | </para> |
| 379 | 379 | ||
| 380 | <para> | 380 | <para> |
| 381 | In most cases, when building a minimal SDK you will need to also enable | 381 | In most cases, when building a minimal SDK you need to also enable |
| 382 | bringing in the information on a wider range of packages produced by | 382 | bringing in the information on a wider range of packages produced by |
| 383 | the system. | 383 | the system. |
| 384 | This is particularly true so that <filename>devtool add</filename> | 384 | Requiring this wider range of information is particularly true |
| 385 | is able to effectively map dependencies it discovers in a source tree | 385 | so that <filename>devtool add</filename> is able to effectively map |
| 386 | to the appropriate recipes. | 386 | dependencies it discovers in a source tree to the appropriate recipes. |
| 387 | Also so that the <filename>devtool search</filename> command | 387 | Additionally, the information enables the |
| 388 | is able to return useful results. | 388 | <filename>devtool search</filename> command to return useful results. |
| 389 | </para> | 389 | </para> |
| 390 | 390 | ||
| 391 | <para> | 391 | <para> |
| 392 | To facilitate this wider range of information, you would additionally | 392 | To facilitate this wider range of information, you would need to |
| 393 | set the following: | 393 | set the following: |
| 394 | <literallayout class='monospaced'> | 394 | <literallayout class='monospaced'> |
| 395 | SDK_INCLUDE_PKGDATA = "1" | 395 | SDK_INCLUDE_PKGDATA = "1" |
| @@ -432,8 +432,8 @@ | |||
| 432 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SDK_INCLUDE_TOOLCHAIN'><filename>SDK_INCLUDE_TOOLCHAIN</filename></ulink> | 432 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SDK_INCLUDE_TOOLCHAIN'><filename>SDK_INCLUDE_TOOLCHAIN</filename></ulink> |
| 433 | variable to "1". | 433 | variable to "1". |
| 434 | In particular, it is useful to include the toolchain when you | 434 | In particular, it is useful to include the toolchain when you |
| 435 | have set <filename>SDK_EXT_TYPE</filename> to | 435 | have set <filename>SDK_EXT_TYPE</filename> to "minimal", which by |
| 436 | "minimal", which by default, excludes the toolchain. | 436 | default, excludes the toolchain. |
| 437 | Also, it is helpful if you are building a small SDK for use with | 437 | Also, it is helpful if you are building a small SDK for use with |
| 438 | an IDE, such as <trademark class='trade'>Eclipse</trademark>, or some | 438 | an IDE, such as <trademark class='trade'>Eclipse</trademark>, or some |
| 439 | other tool where you do not want to take extra steps to install a | 439 | other tool where you do not want to take extra steps to install a |
