summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-10-18 17:05:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-20 20:22:20 +0100
commit07108739ce3283576e2041d6b399c9a21b579f6d (patch)
tree9023dd8c6fa5a2d1e3e4d3cce7b3f77feeaae72f /documentation/ref-manual
parent5550d83ff7a9a2ad213bad7ba06c3b77835e815d (diff)
downloadpoky-07108739ce3283576e2041d6b399c9a21b579f6d.tar.gz
manuals: rename "devpyshell" to "pydevshell"
This addresses [YOCTO #14531] after the "devpyshell" task was renamed to "pydevshell" in OE core. (From yocto-docs rev: 1056320e90545c8dff0fc71a5fde752295d4d6e4) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/tasks.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index 4edae33392..299969dea4 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -516,17 +516,17 @@ scratch is guaranteed.
516 $ bitbake -f -c do_cleansstate target 516 $ bitbake -f -c do_cleansstate target
517 517
518 518
519.. _ref-tasks-devpyshell: 519.. _ref-tasks-pydevshell:
520 520
521``do_devpyshell`` 521``do_pydevshell``
522----------------- 522-----------------
523 523
524Starts a shell in which an interactive Python interpreter allows you to 524Starts a shell in which an interactive Python interpreter allows you to
525interact with the BitBake build environment. From within this shell, you 525interact with the BitBake build environment. From within this shell, you
526can directly examine and set bits from the data store and execute 526can directly examine and set bits from the data store and execute
527functions as if within the BitBake environment. See the ":ref:`dev-manual/common-tasks:using a development python shell`" section in 527functions as if within the BitBake environment. See the ":ref:`dev-manual/common-tasks:using a python development shell`" section in
528the Yocto Project Development Tasks Manual for more information about 528the Yocto Project Development Tasks Manual for more information about
529using ``devpyshell``. 529using ``pydevshell``.
530 530
531.. _ref-tasks-devshell: 531.. _ref-tasks-devshell:
532 532