diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-01 14:44:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-02 12:04:56 +0100 |
commit | dee274305d6d57237558da32e00db6a85dd121e6 (patch) | |
tree | 7e659132f6296f96a58eaa6ff3fa55dd7692d774 /documentation | |
parent | 20d2d2096a24a37094117468358aa24c77ffb04a (diff) | |
download | poky-dee274305d6d57237558da32e00db6a85dd121e6.tar.gz |
ref-manual: Added new bluetooth class.
(From yocto-docs rev: 536117974fb08c1c6739af9c8200b228a59b7f6d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 17 |
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 | ||