From aa9c2a11fc77960caeb6f40ca43dc487efaa0e73 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 11:44:43 -0600 Subject: [PATCH] ref-manual: Added utils class. (From yocto-docs rev: 760ccd4ad9941e1093d0960ab7ecf6c412bdc005) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index e17f1f4fab..c7b9922359 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2718,6 +2718,23 @@ +
+ <filename>utils.bbclass</filename> + + + The utils class provides some useful Python + functions that are typically used in inline Python expressions + (e.g. ${@...}). + One example use is for base_contains(). + + + + This class is enabled by default because it is inherited by the + base + class. + +
+
<filename>externalsrc.bbclass</filename>