From 5fafc2d9f0ff3ccaf9789402bd88f69508102bbd Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 11:35:57 -0600 Subject: [PATCH] ref-manual: Added utility-tasks class. (From yocto-docs rev: 607eabc227a54cc018b692c6ad1df295c0ce459f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 6795afb12a..e17f1f4fab 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2700,6 +2700,24 @@ +
+ <filename>utility-tasks.bbclass</filename> + + + The utility-tasks class provides support for + various "utility" type tasks that are applicable to all recipes, + such as do_clean and + do_listtasks. + + + + This class is enabled by default because it is inherited by + the + base + class. + +
+
<filename>externalsrc.bbclass</filename>