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>
This commit is contained in:
Michael Opdenacker
2022-09-21 14:36:54 +02:00
committed by Richard Purdie
parent 651742ee60
commit 342d18ee78

View File

@@ -1922,6 +1922,15 @@ looking at the source code of the ``bb`` module, which is in
the commonly used functions ``bb.utils.contains()`` and
``bb.utils.mkdirhier()``, which come with docstrings.
Testing and Debugging BitBake Python code
-----------------------------------------
The OpenEmbedded build system implements a convenient ``pydevshell`` target which
you can use to access the BitBake datastore and experiment with your own Python
code. See :yocto_docs:`Using a Python Development Shell
</dev-manual/common-tasks.html#using-a-python-development-shell>` in the Yocto
Project manual for details.
Task Checksums and Setscene
===========================