summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/common-tasks.rst2
-rw-r--r--documentation/ref-manual/classes.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 9a7d8cbe66..4c248ea3c2 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -9597,7 +9597,7 @@ behavior in most cases is: :ref:`ref-tasks-fetch`, :ref:`ref-tasks-unpack`, :ref
9597:ref:`ref-tasks-configure`, :ref:`ref-tasks-compile`, :ref:`ref-tasks-install`, :ref:`ref-tasks-package`, 9597:ref:`ref-tasks-configure`, :ref:`ref-tasks-compile`, :ref:`ref-tasks-install`, :ref:`ref-tasks-package`,
9598:ref:`do_package_write_* <ref-tasks-package_write_deb>`, and :ref:`ref-tasks-build`. The default task is 9598:ref:`do_package_write_* <ref-tasks-package_write_deb>`, and :ref:`ref-tasks-build`. The default task is
9599:ref:`ref-tasks-build` and any tasks on which it depends build first. Some tasks, 9599:ref:`ref-tasks-build` and any tasks on which it depends build first. Some tasks,
9600such as ``do_devshell``, are not part of the default build chain. If you 9600such as :ref:`ref-tasks-devshell`, are not part of the default build chain. If you
9601wish to run a task that is not part of the default build chain, you can 9601wish to run a task that is not part of the default build chain, you can
9602use the ``-c`` option in BitBake. Here is an example:: 9602use the ``-c`` option in BitBake. Here is an example::
9603 9603
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``.