diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-04-18 17:15:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-24 11:53:00 +0100 |
commit | c807b703cdfc5dc2c7fe98f55a5d323eb3e1877c (patch) | |
tree | 24bf09c81ee23d9ddf06d5782c74abd50e8db596 /bitbake/doc | |
parent | a035cd4718e60c1cd1a7b4c679f9fda177ce1c32 (diff) | |
download | poky-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.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 | ----------------------------- |