mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5fafc2d9f0
commit
aa9c2a11fc
@@ -2718,6 +2718,23 @@
|
|||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section id='ref-classes-utils'>
|
||||||
|
<title><filename>utils.bbclass</filename></title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
The <filename>utils</filename> class provides some useful Python
|
||||||
|
functions that are typically used in inline Python expressions
|
||||||
|
(e.g. <filename>${@...}</filename>).
|
||||||
|
One example use is for <filename>base_contains()</filename>.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This class is enabled by default because it is inherited by the
|
||||||
|
<link linkend='ref-classes-base'><filename>base</filename></link>
|
||||||
|
class.
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id='ref-classes-externalsrc'>
|
<section id='ref-classes-externalsrc'>
|
||||||
<title><filename>externalsrc.bbclass</filename></title>
|
<title><filename>externalsrc.bbclass</filename></title>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user