From: Scott Rifenbark Date: Wed, 18 Sep 2013 18:06:45 +0000 (-0700) Subject: ref-manual, mega-manual: Updates to the SDK Generation section X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2effece91b9374c4a655bb317fc4cf80c4ae40d8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual, mega-manual: Updates to the SDK Generation section Fixes [YOCTO #2808] I updated the figure to not call out the SDK environment setup script as it is part of the .sh file. The figure was placed in the "figures" directory of the ref-manual and the mega-manual. Also, I removed the duplicated variable descriptions and referenced these descriptions in the "Application Development SDK" section, which is further down in the manual. The descriptions have more to do with where output is placed. (From yocto-docs rev: 256bb1447b571299b57c657bf030d5b4f033fb5f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/mega-manual/figures/sdk-generation.png b/documentation/mega-manual/figures/sdk-generation.png index 9e7fd9a75d0..c37e2748ca7 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 0947340c07b..eccf97698a8 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 9e7fd9a75d0..c37e2748ca7 100644 Binary files a/documentation/ref-manual/figures/sdk-generation.png and b/documentation/ref-manual/figures/sdk-generation.png differ