summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-22 15:55:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-28 15:02:33 +0100
commitbbc7a646ecbcbc5ab97a59a43df736e0f5edb3e0 (patch)
tree8fd475094b3bb2757946efae264132b008c4d676 /documentation/ref-manual
parent9f2cf76e091ed66f36e88ce0718c8336730f6c38 (diff)
downloadpoky-bbc7a646ecbcbc5ab97a59a43df736e0f5edb3e0.tar.gz
ref-manual, dev-manual: Add information on devpyshell
Fixes [YOCTO #9166] In the dev-manual, I added a new section titled "Using a Development Python Shell." This section is similar to the section that talks about using devshell. The section is tied to a reference section on the do_devpyshell task. In the ref-manual, I entered a new task reference for the do_devpyshell task. It is brief and references into the new section in the dev-manual. (From yocto-docs rev: 637128809e298c3d5e660f6da2366f8e9e307218) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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