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>
This commit is contained in:
Scott Rifenbark
2016-09-22 15:55:29 -07:00
committed by Richard Purdie
parent 9f2cf76e09
commit bbc7a646ec
2 changed files with 155 additions and 0 deletions

View File

@@ -684,6 +684,22 @@
</para>
</section>
<section id='ref-tasks-devpyshell'>
<title><filename>do_devpyshell</filename></title>
<para>
Starts a shell in which an interactive Python interpreter allows
you to interact with the BitBake build environment.
From within this shell, you can directly examine and set
bits from the data store and execute functions as if within
the BitBake environment.
See the
"<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-appdev-devpyshell'>Using a Development Python Shell</ulink>"
section in the Yocto Project Development Manual for more
information about using <filename>devpyshell</filename>.
</para>
</section>
<section id='ref-tasks-devshell'>
<title><filename>do_devshell</filename></title>