summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/common-tasks.rst4
-rw-r--r--documentation/migration-guides/migration-3.4.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index a6e61c891f..2ae7874513 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -9595,8 +9595,8 @@ Running Specific Tasks
9595Any given recipe consists of a set of tasks. The standard BitBake 9595Any given recipe consists of a set of tasks. The standard BitBake
9596behavior in most cases is: :ref:`ref-tasks-fetch`, ``do_unpack``, ``do_patch``, 9596behavior in most cases is: :ref:`ref-tasks-fetch`, ``do_unpack``, ``do_patch``,
9597``do_configure``, ``do_compile``, :ref:`ref-tasks-install`, ``do_package``, 9597``do_configure``, ``do_compile``, :ref:`ref-tasks-install`, ``do_package``,
9598``do_package_write_*``, and ``do_build``. The default task is 9598``do_package_write_*``, and :ref:`ref-tasks-build`. The default task is
9599``do_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 ``do_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::
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst
index 8e0eb3b639..4ceea7b0e4 100644
--- a/documentation/migration-guides/migration-3.4.rst
+++ b/documentation/migration-guides/migration-3.4.rst
@@ -206,7 +206,7 @@ Package/recipe splitting
206Image / SDK generation changes 206Image / SDK generation changes
207~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 207~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
208 208
209- Recursive dependencies on the ``do_build`` task are now disabled when 209- Recursive dependencies on the :ref:`ref-tasks-build` task are now disabled when
210 building SDKs. These are generally not needed; in the unlikely event 210 building SDKs. These are generally not needed; in the unlikely event
211 that you do encounter problems then it will probably be as a result of 211 that you do encounter problems then it will probably be as a result of
212 missing explicit dependencies that need to be added. 212 missing explicit dependencies that need to be added.