summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index db17491787..a27b7758d9 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -2074,11 +2074,8 @@ access. Here is a list of available operations:
2074Other Functions 2074Other Functions
2075--------------- 2075---------------
2076 2076
2077You can find many other functions that can be called from Python by 2077Other functions are documented in the
2078looking at the source code of the ``bb`` module, which is in 2078:doc:`/bitbake-user-manual/bitbake-user-manual-library-functions` document.
2079``bitbake/lib/bb``. For example, ``bitbake/lib/bb/utils.py`` includes
2080the commonly used functions ``bb.utils.contains()`` and
2081``bb.utils.mkdirhier()``, which come with docstrings.
2082 2079
2083Extending Python Library Code 2080Extending Python Library Code
2084----------------------------- 2081-----------------------------