From 6a6a67b5726f6b12a175a2c16a3a7a0a13b01c54 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 21 Sep 2022 14:45:32 +0200 Subject: dev-manual: common-tasks.rst: refer to Python functions in BitBake manual (From yocto-docs rev: a3ef2ac954d89432715a204bf293586c733690c6) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/dev-manual/common-tasks.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'documentation') 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:: pydevshell> bb.build.exec_func("do_unpack", d) pydevshell> +See the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:functions you can call from within python`" +section in the BitBake User Manual for details about available functions. + The commands execute just as if the OpenEmbedded build system were executing them. Consequently, working this way can be helpful when debugging a build or preparing software to be used with the -- cgit v1.2.3-54-g00ecf