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:44 +0100 |
commit | 9f080675327a54e72bf5053cabebb3250f3df322 (patch) | |
tree | c3e718d75a077270ad9b382520530af8ab0356ec | |
parent | b544b4b23658580ed3454310852fa8af35f46e78 (diff) | |
download | poky-9f080675327a54e72bf5053cabebb3250f3df322.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>
-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 | ||