mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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:
committed by
Richard Purdie
parent
9f2cf76e09
commit
bbc7a646ec
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user