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>
This commit is contained in:
Scott Rifenbark 2013-12-05 11:04:22 -06:00 committed by Richard Purdie
parent b4fd2271a4
commit 9af661f7fd
1 changed files with 15 additions and 0 deletions

View File

@ -2621,6 +2621,21 @@
</para>
</section>
<section id='ref-classes-toaster'>
<title><filename>toaster.bbclass</filename></title>
<para>
The <filename>toaster</filename> class collects information about
packages and images and sends them as events that the BitBake
user interface can receive.
The class is enabled when the Toaster user interface is running.
</para>
<para>
This class is not intended to be used directly.
</para>
</section>
<section id='ref-classes-useradd'>
<title>Adding Users - <filename>useradd.bbclass</filename></title>