|
@@ -1208,7 +1208,7 @@ end result.
|
|
|
The build system has knowledge of the relationship between these tasks
|
|
|
and other preceding tasks. For example, if BitBake runs
|
|
|
``do_populate_sysroot_setscene`` for something, it does not make sense
|
|
|
-to run any of the :ref:`ref-tasks-fetch`, ``do_unpack``, ``do_patch``,
|
|
|
+to run any of the :ref:`ref-tasks-fetch`, ``do_unpack``, :ref:`ref-tasks-patch`,
|
|
|
:ref:`ref-tasks-configure`, :ref:`ref-tasks-compile`, and :ref:`ref-tasks-install` tasks. However, if
|
|
|
:ref:`ref-tasks-package` needs to be run, BitBake needs to run those other tasks.
|
|
|
|