diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-06-21 14:26:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-19 08:42:18 +0100 |
commit | 8ffab431a2829a370771a7ef39411c5cd265ef3f (patch) | |
tree | 8fc6295f32e033bfa7c67e256518d5e5c12549e4 | |
parent | ebed0191f960ad8f5a54427ce734b924fec40bc2 (diff) | |
download | poky-8ffab431a2829a370771a7ef39411c5cd265ef3f.tar.gz |
ref-manual: Updated the DISTRO_FEATURES description of Bluez5
Edits to explain that by default, DISTRO_FEATURES backfills
bluetooth support with Bluez5. If the user wants to use the
Bluez4 feature, they need to backfill consider Bluez5.
(From yocto-docs rev: f46331bf0de77941114ffb223f979987d281ed57)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-features.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 267dea9568..cd1bcb0243 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
@@ -146,7 +146,25 @@ | |||
146 | bluetooth support (integrated BT only).</para></listitem> | 146 | bluetooth support (integrated BT only).</para></listitem> |
147 | <listitem><para><emphasis>bluez5:</emphasis> Include | 147 | <listitem><para><emphasis>bluez5:</emphasis> Include |
148 | BlueZ Version 5, which provides core Bluetooth layers and | 148 | BlueZ Version 5, which provides core Bluetooth layers and |
149 | protocols support.</para></listitem> | 149 | protocols support. |
150 | <note> | ||
151 | The default value for the | ||
152 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO FEATURES</filename></link> | ||
153 | variable includes "bluetooth", which causes bluez5 | ||
154 | to be backfilled in for bluetooth support. | ||
155 | If you do not want bluez5 backfilled and would rather | ||
156 | use bluez4, you need to use the | ||
157 | <link linkend='var-DISTRO_FEATURES_BACKFILL_CONSIDERED'><filename>DISTRO_FEATURES_BACKFILL_CONSIDERED</filename></link> | ||
158 | variable as follows: | ||
159 | <literallayout class='monospaced'> | ||
160 | DISTRO_FEATURES_BACKFILL_CONSIDERED = "bluez5" | ||
161 | </literallayout> | ||
162 | Setting this variable tells the OpenEmbedded build | ||
163 | system that you have considered but ruled | ||
164 | out using the bluez5 feature and that bluez4 will be | ||
165 | used. | ||
166 | </note> | ||
167 | </para></listitem> | ||
150 | <listitem><para><emphasis>cramfs:</emphasis> Include CramFS | 168 | <listitem><para><emphasis>cramfs:</emphasis> Include CramFS |
151 | support.</para></listitem> | 169 | support.</para></listitem> |
152 | <listitem><para><emphasis>directfb:</emphasis> | 170 | <listitem><para><emphasis>directfb:</emphasis> |