summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-04-18 17:15:28 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-24 11:53:00 +0100
commitc807b703cdfc5dc2c7fe98f55a5d323eb3e1877c (patch)
tree24bf09c81ee23d9ddf06d5782c74abd50e8db596 /bitbake/doc
parenta035cd4718e60c1cd1a7b4c679f9fda177ce1c32 (diff)
downloadpoky-c807b703cdfc5dc2c7fe98f55a5d323eb3e1877c.tar.gz
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 <antonin.godard@bootlin.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-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-----------------------------