From 9f080675327a54e72bf5053cabebb3250f3df322 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 1 Apr 2015 14:44:57 -0700 Subject: [PATCH] ref-manual: Added new bluetooth class. (From yocto-docs rev: 536117974fb08c1c6739af9c8200b228a59b7f6d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 @@ +
+ <filename>bluetooth.bbclass</filename> + + + The bluetooth class defines a variable that + expands to the recipe (package) providing core + bluetooth support on the platform. + + + + For details on how the class works, see the + meta/classes/bluetooth.bbclass file in the Yocto + Project + Source Directory. + +
+
<filename>boot-directdisk.bbclass</filename>