diff options
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index f1457522da..a477139996 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1198,7 +1198,7 @@ the work involved would be equal to or greater than the underlying task. | |||
1198 | 1198 | ||
1199 | In the build system, the common tasks that have setscene variants are | 1199 | In the build system, the common tasks that have setscene variants are |
1200 | :ref:`ref-tasks-package`, | 1200 | :ref:`ref-tasks-package`, |
1201 | ``do_package_write_*``, | 1201 | :ref:`do_package_write_* <ref-tasks-package_write_deb>`, |
1202 | :ref:`ref-tasks-deploy`, | 1202 | :ref:`ref-tasks-deploy`, |
1203 | :ref:`ref-tasks-packagedata`, and | 1203 | :ref:`ref-tasks-packagedata`, and |
1204 | :ref:`ref-tasks-populate_sysroot`. | 1204 | :ref:`ref-tasks-populate_sysroot`. |
@@ -1215,7 +1215,7 @@ to run any of the :ref:`ref-tasks-fetch`, ``do_unpack``, :ref:`ref-tasks-patch`, | |||
1215 | It becomes more complicated if everything can come from an sstate cache | 1215 | It becomes more complicated if everything can come from an sstate cache |
1216 | because some objects are simply not required at all. For example, you do | 1216 | because some objects are simply not required at all. For example, you do |
1217 | not need a compiler or native tools, such as quilt, if there isn't anything | 1217 | not need a compiler or native tools, such as quilt, if there isn't anything |
1218 | to compile or patch. If the ``do_package_write_*`` packages are available | 1218 | to compile or patch. If the :ref:`do_package_write_* <ref-tasks-package_write_deb>` packages are available |
1219 | from sstate, BitBake does not need the :ref:`ref-tasks-package` task data. | 1219 | from sstate, BitBake does not need the :ref:`ref-tasks-package` task data. |
1220 | 1220 | ||
1221 | To handle all these complexities, BitBake runs in two phases. The first | 1221 | To handle all these complexities, BitBake runs in two phases. The first |