diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 11:04:22 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:56 +0000 |
commit | 9af661f7fd2243702feeadb5f8adb39f7b13f922 (patch) | |
tree | 87b30e1eddd53217ea848e76d617a5a917616c8a | |
parent | b4fd2271a4c1901402d77d7d201fc2d13092fede (diff) | |
download | poky-9af661f7fd2243702feeadb5f8adb39f7b13f922.tar.gz |
ref-manual: Added toaster class.
(From yocto-docs rev: 11815d7fcaeada3cf61d60b85a3647c5cbab5004)
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 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 330e360d69..943daf0ee0 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2621,6 +2621,21 @@ | |||
2621 | </para> | 2621 | </para> |
2622 | </section> | 2622 | </section> |
2623 | 2623 | ||
2624 | <section id='ref-classes-toaster'> | ||
2625 | <title><filename>toaster.bbclass</filename></title> | ||
2626 | |||
2627 | <para> | ||
2628 | The <filename>toaster</filename> class collects information about | ||
2629 | packages and images and sends them as events that the BitBake | ||
2630 | user interface can receive. | ||
2631 | The class is enabled when the Toaster user interface is running. | ||
2632 | </para> | ||
2633 | |||
2634 | <para> | ||
2635 | This class is not intended to be used directly. | ||
2636 | </para> | ||
2637 | </section> | ||
2638 | |||
2624 | <section id='ref-classes-useradd'> | 2639 | <section id='ref-classes-useradd'> |
2625 | <title>Adding Users - <filename>useradd.bbclass</filename></title> | 2640 | <title>Adding Users - <filename>useradd.bbclass</filename></title> |
2626 | 2641 | ||