diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 19:28:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | ba478645a31712cc3f9b1058b1dd43c9e78b5d16 (patch) | |
tree | ffa1f7d3b1f592aacb045f1c757aeaeaf7780390 /documentation/ref-manual/classes.rst | |
parent | 2aae1acceed4209ab545b679cf7617a6869f4288 (diff) | |
download | poky-ba478645a31712cc3f9b1058b1dd43c9e78b5d16.tar.gz |
manuals: add references to the "do_devshell" task
[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: 53141101fc1a8dc8b4007adcded3c7c6b9738f48)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 4dd3c9f965..5e49613b2f 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -444,7 +444,7 @@ staging the files from :term:`DEPLOYDIR` to :term:`DEPLOY_DIR_IMAGE`. | |||
444 | ``devshell.bbclass`` | 444 | ``devshell.bbclass`` |
445 | ==================== | 445 | ==================== |
446 | 446 | ||
447 | The ``devshell`` class adds the ``do_devshell`` task. Distribution | 447 | The ``devshell`` class adds the :ref:`ref-tasks-devshell` task. Distribution |
448 | policy dictates whether to include this class. See the ":ref:`dev-manual/common-tasks:using a development shell`" | 448 | policy dictates whether to include this class. See the ":ref:`dev-manual/common-tasks:using a development shell`" |
449 | section in the Yocto Project Development Tasks Manual for more | 449 | section in the Yocto Project Development Tasks Manual for more |
450 | information about using ``devshell``. | 450 | information about using ``devshell``. |