diff options
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
| -rw-r--r-- | documentation/ref-manual/tasks.rst | 8 |
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 | ||
| 524 | Starts a shell in which an interactive Python interpreter allows you to | 524 | Starts a shell in which an interactive Python interpreter allows you to |
| 525 | interact with the BitBake build environment. From within this shell, you | 525 | interact with the BitBake build environment. From within this shell, you |
| 526 | can directly examine and set bits from the data store and execute | 526 | can directly examine and set bits from the data store and execute |
| 527 | functions as if within the BitBake environment. See the ":ref:`dev-manual/common-tasks:using a development python shell`" section in | 527 | functions as if within the BitBake environment. See the ":ref:`dev-manual/common-tasks:using a python development shell`" section in |
| 528 | the Yocto Project Development Tasks Manual for more information about | 528 | the Yocto Project Development Tasks Manual for more information about |
| 529 | using ``devpyshell``. | 529 | using ``pydevshell``. |
| 530 | 530 | ||
| 531 | .. _ref-tasks-devshell: | 531 | .. _ref-tasks-devshell: |
| 532 | 532 | ||
