Skip to content

Commit c807b70

Browse files
antzninrpurdie
authored andcommitted
bitbake: doc: bitbake-user-manual-metadata: provide link to new doc
Replace the now obsolete paragraph of the "Other Functions" section by a link to the new "Library Functions" document. (Bitbake rev: 0eecb4b2ee4fe5339340ed0d08783aa03bf051cc) Signed-off-by: Antonin Godard <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent a035cd4 commit c807b70

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -2074,11 +2074,8 @@ access. Here is a list of available operations:
20742074
Other Functions
20752075
---------------
20762076

2077-
You can find many other functions that can be called from Python by
2078-
looking at the source code of the ``bb`` module, which is in
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.
2077+
Other functions are documented in the
2078+
:doc:`/bitbake-user-manual/bitbake-user-manual-library-functions` document.
20822079

20832080
Extending Python Library Code
20842081
-----------------------------

0 commit comments

Comments
 (0)