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 @@ In the general Yocto Project Development Environment figure, the output labeled "Application Development SDK" represents an - SDK (standard or extensible). + SDK. + The SDK generation process differs depending on whether you build + a standard SDK + (e.g. bitbake -c populate_sdk imagename) + or an extensible SDK + (e.g. bitbake -c populate_sdk_ext imagename). This section is going to take a closer look at this output: - + @@ -1317,8 +1322,8 @@ part because it runs on the SDK machine. You can think of the libraries and headers as the "target" part because they are built for the target hardware. - The setup script is added so that you can initialize the - environment before using the tools. + The environment setup script is added so that you can initialize + the environment before using the tools. @@ -1389,22 +1394,22 @@ Points to the deploy directory. SDK_EXT_TYPE: - Specifies the required shared state artifacts for the - extensible SDK. + Controls whether or not shared state artifacts are copied + into the extensible SDK. By default, all required shared state artifacts are copied into the SDK. SDK_INCLUDE_PKGDATA: - Includes as part of the extensible SDK the packagedata for - all recipes in the "world" target. + Specifies whether or not packagedata will be included in + the extensible SDK for all recipes in the "world" target. SDK_LOCAL_CONF_WHITELIST: A list of variables allowed through from the build system configuration into the extensible SDK configuration. SDK_LOCAL_CONF_BLACKLIST: - A list of variables allowed through from the build system - configuration into the extensible SDK configuration. + A list of variables not allowed through from the build + system configuration into the extensible SDK configuration. SDK_INHERIT_BLACKLIST: A list of classes to remove from the