From f034379238f980a8c5ec4295288448eab2a3d015 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 18 Nov 2020 10:42:21 -0600 Subject: Revert "Revert "poky: subtree update:b23aa6b753..ad30a6d470"" This reverts commit 4873add6e11c1bd421c83cd08df589f1184aa673. A fix has been put up for openbmc/openbmc#3720 so we can bring this back now Signed-off-by: Andrew Geissler Change-Id: If59020a5b502f70aa7149fbef4ad2f50824d1ce6 --- .../sdk-appendix-customizing-standard.xml | 59 ---------------------- 1 file changed, 59 deletions(-) delete mode 100644 poky/documentation/sdk-manual/sdk-appendix-customizing-standard.xml (limited to 'poky/documentation/sdk-manual/sdk-appendix-customizing-standard.xml') diff --git a/poky/documentation/sdk-manual/sdk-appendix-customizing-standard.xml b/poky/documentation/sdk-manual/sdk-appendix-customizing-standard.xml deleted file mode 100644 index 3a6b4c8d8..000000000 --- a/poky/documentation/sdk-manual/sdk-appendix-customizing-standard.xml +++ /dev/null @@ -1,59 +0,0 @@ - %poky; ] > - - - - -Customizing the Standard SDK - - - This appendix presents customizations you can apply to the standard SDK. - - -
- Adding Individual Packages to the Standard SDK - - - When you build a standard SDK using the - bitbake -c populate_sdk, a default set of - packages is included in the resulting SDK. - The - TOOLCHAIN_HOST_TASK - and - TOOLCHAIN_TARGET_TASK - variables control the set of packages adding to the SDK. - - - - If you want to add individual packages to the toolchain that runs on - the host, simply add those packages to the - TOOLCHAIN_HOST_TASK variable. - Similarly, if you want to add packages to the default set that is - part of the toolchain that runs on the target, add the packages to the - TOOLCHAIN_TARGET_TASK variable. - -
- -
- Adding API Documentation to the Standard SDK - - - 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 - variable: - - DISTRO_FEATURES_append = " api-documentation" - - Setting this variable as shown here causes the OpenEmbedded build - system to build the documentation and then include it in the standard - SDK. - -
- -
- -- cgit v1.2.3