summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-tasks.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index 0ad3632538..f05d0f8eb7 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -684,6 +684,22 @@
684 </para> 684 </para>
685 </section> 685 </section>
686 686
687 <section id='ref-tasks-devpyshell'>
688 <title><filename>do_devpyshell</filename></title>
689
690 <para>
691 Starts a shell in which an interactive Python interpreter allows
692 you to interact with the BitBake build environment.
693 From within this shell, you can directly examine and set
694 bits from the data store and execute functions as if within
695 the BitBake environment.
696 See the
697 "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-appdev-devpyshell'>Using a Development Python Shell</ulink>"
698 section in the Yocto Project Development Manual for more
699 information about using <filename>devpyshell</filename>.
700 </para>
701 </section>
702
687 <section id='ref-tasks-devshell'> 703 <section id='ref-tasks-devshell'>
688 <title><filename>do_devshell</filename></title> 704 <title><filename>do_devshell</filename></title>
689 705