diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-11-15 08:42:38 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-16 10:38:42 +0000 |
commit | 78aa906c2e9f30f6e06c4008059e42d9d20cf72d (patch) | |
tree | f45d5142c54f50fef2cabc89877abfddd97c3efa /documentation | |
parent | a68b471de31a2f6f9785e17320b92028ff426468 (diff) | |
download | poky-78aa906c2e9f30f6e06c4008059e42d9d20cf72d.tar.gz |
ref-manual: Added api-documentation to distro features
Fixes [YOCTO #8584]
Updated the "Distro Features" section to include the
"api-documentation" feature.
(From yocto-docs rev: 5b4e8fc58b84aea9a940f67f8d7585912fadc676)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-features.xml | 8 | ||||
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-customizing.xml | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index cd1bcb0243..03ff9ad251 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
@@ -142,6 +142,14 @@ | |||
142 | <listitem><para><emphasis>alsa:</emphasis> Include ALSA support | 142 | <listitem><para><emphasis>alsa:</emphasis> Include ALSA support |
143 | (OSS compatibility kernel modules installed if available). | 143 | (OSS compatibility kernel modules installed if available). |
144 | </para></listitem> | 144 | </para></listitem> |
145 | <listitem><para><emphasis>api-documentation:</emphasis> | ||
146 | Enables generation of API documentation during recipe | ||
147 | builds. | ||
148 | The resulting documentation is added to SDK tarballs | ||
149 | when the | ||
150 | <filename>bitbake -c populate_sdk</filename> command | ||
151 | is used. | ||
152 | </para></listitem> | ||
145 | <listitem><para><emphasis>bluetooth:</emphasis> Include | 153 | <listitem><para><emphasis>bluetooth:</emphasis> Include |
146 | bluetooth support (integrated BT only).</para></listitem> | 154 | bluetooth support (integrated BT only).</para></listitem> |
147 | <listitem><para><emphasis>bluez5:</emphasis> Include | 155 | <listitem><para><emphasis>bluez5:</emphasis> Include |
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml index e8a8b8cc9b..965cccc2ca 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.xml +++ b/documentation/sdk-manual/sdk-appendix-customizing.xml | |||
@@ -4,12 +4,10 @@ | |||
4 | 4 | ||
5 | <appendix id='sdk-appendix-customizing'> | 5 | <appendix id='sdk-appendix-customizing'> |
6 | 6 | ||
7 | <title>Customizing the SDK</title> | 7 | <title>Customizing the Extensible SDK</title> |
8 | 8 | ||
9 | <para> | 9 | <para> |
10 | This appendix presents customizations you can apply to both the standard | 10 | This appendix presents customizations you can apply to the extensible SDK. |
11 | and extensible SDK. | ||
12 | Each subsection identifies the type of SDK to which the section applies. | ||
13 | </para> | 11 | </para> |
14 | 12 | ||
15 | <section id='sdk-configuring-the-extensible-sdk'> | 13 | <section id='sdk-configuring-the-extensible-sdk'> |