From 8028d253a078f3abeb9b6654a366accc06274e09 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 18 Nov 2016 13:11:53 -0800 Subject: [PATCH] sdk-manual: Updated the section on adding docs to standard SDK Fixes [YOCTO #8584] Made some edits to tighten this down and make it more efficient. (From yocto-docs rev: d5a37b77fa5c8df766248849601ca229502bb4ab) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../sdk-appendix-customizing-standard.xml | 23 ++++++++----------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/documentation/sdk-manual/sdk-appendix-customizing-standard.xml b/documentation/sdk-manual/sdk-appendix-customizing-standard.xml index fd903e38e5..f20891c80d 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing-standard.xml +++ b/documentation/sdk-manual/sdk-appendix-customizing-standard.xml @@ -21,7 +21,7 @@ TOOLCHAIN_HOST_TASK and TOOLCHAIN_TARGET_TASK - variables contol the set of packages adding to the SDK. + variables control the set of packages adding to the SDK. @@ -38,22 +38,17 @@ Adding API Documentation to the Standard SDK - You might want to include documentation as part of the standard SDK. - For example, you might want the API documentation to be built and - included with the SDK. - You can include API documentation as well as any other documentation - with the standard SDK by setting the - SDKIMAGE_FEATURES - and + You can include API documentation as well as any other + documentation provided by recipes with the standard SDK by + adding "api-documentation" to the DISTRO_FEATURES - variables: + variable: - SDKIMAGE_FEATURES = "doc-pkgs" - DISTRO_FEATURES = "api-documentation" + DISTRO_FEATURES_append = " api-documentation" - Setting these variables as shown here causes the OpenEmbedded build - system to build the documentation and then include it in the - standard SDK. + Setting this variable as shown here causes the OpenEmbedded build + system to build the documentation and then include it in the standard + SDK.