diff options
-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'> |