diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 11:44:43 -0600 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:58 +0000 | 
| commit | aa9c2a11fc77960caeb6f40ca43dc487efaa0e73 (patch) | |
| tree | ffd32233332477c32dd909e6fbbae9433b376090 | |
| parent | 5fafc2d9f0ff3ccaf9789402bd88f69508102bbd (diff) | |
| download | poky-aa9c2a11fc77960caeb6f40ca43dc487efaa0e73.tar.gz | |
ref-manual: Added utils class.
(From yocto-docs rev: 760ccd4ad9941e1093d0960ab7ecf6c412bdc005)
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 | 17 | 
1 files changed, 17 insertions, 0 deletions
| 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 @@ | |||
| 2718 | </para> | 2718 | </para> | 
| 2719 | </section> | 2719 | </section> | 
| 2720 | 2720 | ||
| 2721 | <section id='ref-classes-utils'> | ||
| 2722 | <title><filename>utils.bbclass</filename></title> | ||
| 2723 | |||
| 2724 | <para> | ||
| 2725 | The <filename>utils</filename> class provides some useful Python | ||
| 2726 | functions that are typically used in inline Python expressions | ||
| 2727 | (e.g. <filename>${@...}</filename>). | ||
| 2728 | One example use is for <filename>base_contains()</filename>. | ||
| 2729 | </para> | ||
| 2730 | |||
| 2731 | <para> | ||
| 2732 | This class is enabled by default because it is inherited by the | ||
| 2733 | <link linkend='ref-classes-base'><filename>base</filename></link> | ||
| 2734 | class. | ||
| 2735 | </para> | ||
| 2736 | </section> | ||
| 2737 | |||
| 2721 | <section id='ref-classes-externalsrc'> | 2738 | <section id='ref-classes-externalsrc'> | 
| 2722 | <title><filename>externalsrc.bbclass</filename></title> | 2739 | <title><filename>externalsrc.bbclass</filename></title> | 
| 2723 | 2740 | ||
