diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-21 14:45:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-24 17:44:56 +0100 |
commit | 6a6a67b5726f6b12a175a2c16a3a7a0a13b01c54 (patch) | |
tree | 57cd5dba6b4ff470bac19d8306ac1dd08cad18d9 /documentation | |
parent | cec7d36a8ab1f2f1fe13a8d01074f2ff27ad8564 (diff) | |
download | poky-6a6a67b5726f6b12a175a2c16a3a7a0a13b01c54.tar.gz |
dev-manual: common-tasks.rst: refer to Python functions in BitBake manual
(From yocto-docs rev: a3ef2ac954d89432715a204bf293586c733690c6)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 3 |
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 | ||
3598 | See the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:functions you can call from within python`" | ||
3599 | section in the BitBake User Manual for details about available functions. | ||
3600 | |||
3598 | The commands execute just as if the OpenEmbedded build | 3601 | The commands execute just as if the OpenEmbedded build |
3599 | system were executing them. Consequently, working this way can be | 3602 | system were executing them. Consequently, working this way can be |
3600 | helpful when debugging a build or preparing software to be used with the | 3603 | helpful when debugging a build or preparing software to be used with the |