diff options
| -rw-r--r-- | documentation/ref-manual/closer-look.xml | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml index 2cbc10605a..e237b3266f 100644 --- a/documentation/ref-manual/closer-look.xml +++ b/documentation/ref-manual/closer-look.xml | |||
| @@ -1300,9 +1300,14 @@ | |||
| 1300 | In the | 1300 | In the |
| 1301 | <link linkend='general-yocto-environment-figure'>general Yocto Project Development Environment figure</link>, | 1301 | <link linkend='general-yocto-environment-figure'>general Yocto Project Development Environment figure</link>, |
| 1302 | the output labeled "Application Development SDK" represents an | 1302 | the output labeled "Application Development SDK" represents an |
| 1303 | SDK (standard or extensible). | 1303 | SDK. |
| 1304 | The SDK generation process differs depending on whether you build | ||
| 1305 | a standard SDK | ||
| 1306 | (e.g. <filename>bitbake -c populate_sdk</filename> <replaceable>imagename</replaceable>) | ||
| 1307 | or an extensible SDK | ||
| 1308 | (e.g. <filename>bitbake -c populate_sdk_ext</filename> <replaceable>imagename</replaceable>). | ||
| 1304 | This section is going to take a closer look at this output: | 1309 | This section is going to take a closer look at this output: |
| 1305 | <imagedata fileref="figures/sdk.png" align="center" /> | 1310 | <imagedata fileref="figures/sdk.png" align="center" width="9in" depth="7.25in" /> |
| 1306 | </para> | 1311 | </para> |
| 1307 | 1312 | ||
| 1308 | <para> | 1313 | <para> |
| @@ -1317,8 +1322,8 @@ | |||
| 1317 | part because it runs on the SDK machine. | 1322 | part because it runs on the SDK machine. |
| 1318 | You can think of the libraries and headers as the "target" | 1323 | You can think of the libraries and headers as the "target" |
| 1319 | part because they are built for the target hardware. | 1324 | part because they are built for the target hardware. |
| 1320 | The setup script is added so that you can initialize the | 1325 | The environment setup script is added so that you can initialize |
| 1321 | environment before using the tools. | 1326 | the environment before using the tools. |
| 1322 | </para> | 1327 | </para> |
| 1323 | 1328 | ||
| 1324 | <note> | 1329 | <note> |
| @@ -1389,22 +1394,22 @@ | |||
| 1389 | Points to the <filename>deploy</filename> directory. | 1394 | Points to the <filename>deploy</filename> directory. |
| 1390 | </para></listitem> | 1395 | </para></listitem> |
| 1391 | <listitem><para><link linkend='var-SDK_EXT_TYPE'><filename>SDK_EXT_TYPE</filename></link>: | 1396 | <listitem><para><link linkend='var-SDK_EXT_TYPE'><filename>SDK_EXT_TYPE</filename></link>: |
| 1392 | Specifies the required shared state artifacts for the | 1397 | Controls whether or not shared state artifacts are copied |
| 1393 | extensible SDK. | 1398 | into the extensible SDK. |
| 1394 | By default, all required shared state artifacts are copied | 1399 | By default, all required shared state artifacts are copied |
| 1395 | into the SDK. | 1400 | into the SDK. |
| 1396 | </para></listitem> | 1401 | </para></listitem> |
| 1397 | <listitem><para><link linkend='var-SDK_INCLUDE_PKGDATA'><filename>SDK_INCLUDE_PKGDATA</filename></link>: | 1402 | <listitem><para><link linkend='var-SDK_INCLUDE_PKGDATA'><filename>SDK_INCLUDE_PKGDATA</filename></link>: |
| 1398 | Includes as part of the extensible SDK the packagedata for | 1403 | Specifies whether or not packagedata will be included in |
| 1399 | all recipes in the "world" target. | 1404 | the extensible SDK for all recipes in the "world" target. |
| 1400 | </para></listitem> | 1405 | </para></listitem> |
| 1401 | <listitem><para><link linkend='var-SDK_LOCAL_CONF_WHITELIST'><filename>SDK_LOCAL_CONF_WHITELIST</filename></link>: | 1406 | <listitem><para><link linkend='var-SDK_LOCAL_CONF_WHITELIST'><filename>SDK_LOCAL_CONF_WHITELIST</filename></link>: |
| 1402 | A list of variables allowed through from the build system | 1407 | A list of variables allowed through from the build system |
| 1403 | configuration into the extensible SDK configuration. | 1408 | configuration into the extensible SDK configuration. |
| 1404 | </para></listitem> | 1409 | </para></listitem> |
| 1405 | <listitem><para><link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link>: | 1410 | <listitem><para><link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link>: |
| 1406 | A list of variables allowed through from the build system | 1411 | A list of variables not allowed through from the build |
| 1407 | configuration into the extensible SDK configuration. | 1412 | system configuration into the extensible SDK configuration. |
| 1408 | </para></listitem> | 1413 | </para></listitem> |
| 1409 | <listitem><para><link linkend='var-SDK_INHERIT_BLACKLIST'><filename>SDK_INHERIT_BLACKLIST</filename></link>: | 1414 | <listitem><para><link linkend='var-SDK_INHERIT_BLACKLIST'><filename>SDK_INHERIT_BLACKLIST</filename></link>: |
| 1410 | A list of classes to remove from the | 1415 | A list of classes to remove from the |
