From b9a78f05f36ea52fe4212c6ea557dad73eb857b6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 11:04:22 -0600 Subject: [PATCH] ref-manual: Added toaster class. (From yocto-docs rev: ae813ee94ffe467e6b5a979010d3a5d5b7616f59) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 @@ +
+ <filename>toaster.bbclass</filename> + + + The toaster 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. + + + + This class is not intended to be used directly. + +
+
Adding Users - <filename>useradd.bbclass</filename>