diff --git a/documentation/mega-manual/figures/sdk-generation.png b/documentation/mega-manual/figures/sdk-generation.png index 9e7fd9a75d..c37e2748ca 100644 Binary files a/documentation/mega-manual/figures/sdk-generation.png and b/documentation/mega-manual/figures/sdk-generation.png differ diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml index 0947340c07..eccf97698a 100644 --- a/documentation/ref-manual/closer-look.xml +++ b/documentation/ref-manual/closer-look.xml @@ -981,8 +981,7 @@ The OpenEmbedded build system uses BitBake to generate the - Software Development Kit (SDK) installer script and the - cross-development environment setup script: + Software Development Kit (SDK) installer script: @@ -998,36 +997,10 @@ several stages and depends on many variables. The do_populate_sdk task uses these key variables to help create the list of packages to actually - install: - - DEPLOY_DIR: - Points to the deploy - directory. - SDKMACHINE: - Specifies the architecture of the machine - on which the cross-development tools are run to - create packages for the target hardware. - - SDKIMAGE_FEATURES: - Lists the features to include in the "target" part - of the SDK. - - TOOLCHAIN_HOST_TASK: - Lists packages that make up the host - part of the SDK (i.e. the part that runs on - the SDKMACHINE). - When you use - bitbake -c populate_sdk <imagename> - to create the SDK, a set of default packages - apply. - This variable allows you to add more packages. - - TOOLCHAIN_TARGET_TASK: - Lists packages that make up the target part - of the SDK (i.e. the part built for the - target hardware). - - + install. + For information on the variables listed in the figure, see the + "Application Development SDK" + section. @@ -1050,8 +1023,8 @@ The final output of the task is the Cross-development - toolchain installation script (.sh file) - and the environment setup script. + toolchain installation script (.sh file), + which includes the environment setup script. diff --git a/documentation/ref-manual/figures/sdk-generation.png b/documentation/ref-manual/figures/sdk-generation.png index 9e7fd9a75d..c37e2748ca 100644 Binary files a/documentation/ref-manual/figures/sdk-generation.png and b/documentation/ref-manual/figures/sdk-generation.png differ