diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-21 14:36:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-22 21:40:23 +0100 |
commit | 342d18ee78c1cc6dabf270d2a62988185f8822ad (patch) | |
tree | 9e833362bad5ce726a89707169d4eb0c1436dfce /bitbake/doc | |
parent | 651742ee60d595ad882685d6622c4fdcd64ed3fb (diff) | |
download | poky-342d18ee78c1cc6dabf270d2a62988185f8822ad.tar.gz |
bitbake: bitbake-user-manual: mention pydevshell in OE
(Bitbake rev: 3f23140f3b26d81452e345f56ed67d2928ae3a12)
Signed-off-by: Michael Opdenacker <michael.opdenacker@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 | 9 |
1 files changed, 9 insertions, 0 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 337821612c..af9947199c 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | |||
@@ -1922,6 +1922,15 @@ looking at the source code of the ``bb`` module, which is in | |||
1922 | the commonly used functions ``bb.utils.contains()`` and | 1922 | the commonly used functions ``bb.utils.contains()`` and |
1923 | ``bb.utils.mkdirhier()``, which come with docstrings. | 1923 | ``bb.utils.mkdirhier()``, which come with docstrings. |
1924 | 1924 | ||
1925 | Testing and Debugging BitBake Python code | ||
1926 | ----------------------------------------- | ||
1927 | |||
1928 | The OpenEmbedded build system implements a convenient ``pydevshell`` target which | ||
1929 | you can use to access the BitBake datastore and experiment with your own Python | ||
1930 | code. See :yocto_docs:`Using a Python Development Shell | ||
1931 | </dev-manual/common-tasks.html#using-a-python-development-shell>` in the Yocto | ||
1932 | Project manual for details. | ||
1933 | |||
1925 | Task Checksums and Setscene | 1934 | Task Checksums and Setscene |
1926 | =========================== | 1935 | =========================== |
1927 | 1936 | ||