diff --git a/bitbake/doc/user-manual/user-manual-metadata.xml b/bitbake/doc/user-manual/user-manual-metadata.xml index fb4bf4044c..05cb9850c6 100644 --- a/bitbake/doc/user-manual/user-manual-metadata.xml +++ b/bitbake/doc/user-manual/user-manual-metadata.xml @@ -537,7 +537,10 @@ - Python functions should use unique names. + For utility functions that you intend to call from + in-line Python or other Python functions, BitBake allows + you to define these as pure Python functions. + Here is an example: def get_depends(d): if d.getVar('SOMECONDITION', True):