diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-10-05 10:33:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-11 18:41:39 +0100 |
commit | 12ca5f7209126ea6e07b3ba93fbdb31065971454 (patch) | |
tree | 4921b85e12de4445a61a0f0cbd055ca561275d90 /meta/conf/documentation.conf | |
parent | e89193298ada8ea35fde2fe6a88b638766db1bde (diff) | |
download | poky-12ca5f7209126ea6e07b3ba93fbdb31065971454.tar.gz |
devpyshell: rename to pydevshell
For consistency with "pydevshell" which is also used.
This addresses [YOCTO #14531]
(From OE-Core rev: 958133f4e97275d1f2c74a7e715c4506cca3582f)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r-- | meta/conf/documentation.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index c5a38b0764..80ad8e10d5 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -17,7 +17,7 @@ do_compile_ptest_base[doc] = "Compiles the runtime test suite included in the so | |||
17 | do_configure[doc] = "Configures the source by enabling and disabling any build-time and configuration options for the software being built" | 17 | do_configure[doc] = "Configures the source by enabling and disabling any build-time and configuration options for the software being built" |
18 | do_configure_ptest_base[doc] = "Configures the runtime test suite included in the software being built" | 18 | do_configure_ptest_base[doc] = "Configures the runtime test suite included in the software being built" |
19 | do_deploy[doc] = "Writes deployable output files to the deploy directory" | 19 | do_deploy[doc] = "Writes deployable output files to the deploy directory" |
20 | do_devpyshell[doc] = "Starts an interactive Python shell for development/debugging" | 20 | do_pydevshell[doc] = "Starts an interactive Python shell for development/debugging" |
21 | do_devshell[doc] = "Starts a shell with the environment set up for development/debugging" | 21 | do_devshell[doc] = "Starts a shell with the environment set up for development/debugging" |
22 | do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel" | 22 | do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel" |
23 | do_fetch[doc] = "Fetches the source code" | 23 | do_fetch[doc] = "Fetches the source code" |