summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/common-tasks.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index cfbd0bef02..559709d6f3 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -3595,6 +3595,9 @@ functions::
3595 pydevshell> bb.build.exec_func("do_unpack", d) 3595 pydevshell> bb.build.exec_func("do_unpack", d)
3596 pydevshell> 3596 pydevshell>
3597 3597
3598See the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:functions you can call from within python`"
3599section in the BitBake User Manual for details about available functions.
3600
3598The commands execute just as if the OpenEmbedded build 3601The commands execute just as if the OpenEmbedded build
3599system were executing them. Consequently, working this way can be 3602system were executing them. Consequently, working this way can be
3600helpful when debugging a build or preparing software to be used with the 3603helpful when debugging a build or preparing software to be used with the