summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 19:28:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:26 +0100
commitba478645a31712cc3f9b1058b1dd43c9e78b5d16 (patch)
treeffa1f7d3b1f592aacb045f1c757aeaeaf7780390 /documentation/ref-manual/classes.rst
parent2aae1acceed4209ab545b679cf7617a6869f4288 (diff)
downloadpoky-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.rst2
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
447The ``devshell`` class adds the ``do_devshell`` task. Distribution 447The ``devshell`` class adds the :ref:`ref-tasks-devshell` task. Distribution
448policy dictates whether to include this class. See the ":ref:`dev-manual/common-tasks:using a development shell`" 448policy dictates whether to include this class. See the ":ref:`dev-manual/common-tasks:using a development shell`"
449section in the Yocto Project Development Tasks Manual for more 449section in the Yocto Project Development Tasks Manual for more
450information about using ``devshell``. 450information about using ``devshell``.