summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index f2c4c79c5a..30f0e73366 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -270,6 +270,23 @@
270 </para> 270 </para>
271</section> 271</section>
272 272
273<section id='ref-classes-bluetooth'>
274 <title><filename>bluetooth.bbclass</filename></title>
275
276 <para>
277 The <filename>bluetooth</filename> class defines a variable that
278 expands to the recipe (package) providing core
279 bluetooth support on the platform.
280 </para>
281
282 <para>
283 For details on how the class works, see the
284 <filename>meta/classes/bluetooth.bbclass</filename> file in the Yocto
285 Project
286 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
287 </para>
288</section>
289
273<section id='ref-classes-boot-directdisk'> 290<section id='ref-classes-boot-directdisk'>
274 <title><filename>boot-directdisk.bbclass</filename></title> 291 <title><filename>boot-directdisk.bbclass</filename></title>
275 292