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:17:53 +0000 |
| commit | b9a78f05f36ea52fe4212c6ea557dad73eb857b6 (patch) | |
| tree | b72c15ce65e27875ae8c1e14dc42a21c99665c18 | |
| parent | eaf4e8e69a7ff7679883a54295780e3cd81a47d1 (diff) | |
| download | poky-b9a78f05f36ea52fe4212c6ea557dad73eb857b6.tar.gz | |
ref-manual: Added toaster class.
(From yocto-docs rev: ae813ee94ffe467e6b5a979010d3a5d5b7616f59)
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 | ||
