diff options
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 7 |
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: | |||
2074 | Other Functions | 2074 | Other Functions |
2075 | --------------- | 2075 | --------------- |
2076 | 2076 | ||
2077 | You can find many other functions that can be called from Python by | 2077 | Other functions are documented in the |
2078 | looking 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 | ||
2080 | the commonly used functions ``bb.utils.contains()`` and | ||
2081 | ``bb.utils.mkdirhier()``, which come with docstrings. | ||
2082 | 2079 | ||
2083 | Extending Python Library Code | 2080 | Extending Python Library Code |
2084 | ----------------------------- | 2081 | ----------------------------- |