diff options
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
| -rw-r--r-- | documentation/ref-manual/tasks.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index e626095b20..7a664cc6c0 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
| @@ -78,9 +78,9 @@ task runs with the current working directory set to | |||
| 78 | ``${``\ :term:`B`\ ``}``. | 78 | ``${``\ :term:`B`\ ``}``. |
| 79 | 79 | ||
| 80 | Recipes implementing this task should inherit the | 80 | Recipes implementing this task should inherit the |
| 81 | :ref:`deploy <ref-classes-deploy>` class and should write the output | 81 | :ref:`ref-classes-deploy` class and should write the output |
| 82 | to ``${``\ :term:`DEPLOYDIR`\ ``}``, which is not to be | 82 | to ``${``\ :term:`DEPLOYDIR`\ ``}``, which is not to be |
| 83 | confused with ``${DEPLOY_DIR}``. The :ref:`deploy <ref-classes-deploy>` class sets up | 83 | confused with ``${DEPLOY_DIR}``. The :ref:`ref-classes-deploy` class sets up |
| 84 | :ref:`ref-tasks-deploy` as a shared state (sstate) task that can be accelerated | 84 | :ref:`ref-tasks-deploy` as a shared state (sstate) task that can be accelerated |
| 85 | through sstate use. The sstate mechanism takes care of copying the | 85 | through sstate use. The sstate mechanism takes care of copying the |
| 86 | output from ``${DEPLOYDIR}`` to ``${DEPLOY_DIR_IMAGE}``. | 86 | output from ``${DEPLOYDIR}`` to ``${DEPLOY_DIR_IMAGE}``. |
| @@ -102,7 +102,7 @@ Adding :ref:`ref-tasks-deploy` after other tasks works the same way. | |||
| 102 | .. note:: | 102 | .. note:: |
| 103 | 103 | ||
| 104 | You do not need to add ``before do_build`` to the ``addtask`` command | 104 | You do not need to add ``before do_build`` to the ``addtask`` command |
| 105 | (though it is harmless), because the :ref:`base <ref-classes-base>` class contains the following:: | 105 | (though it is harmless), because the :ref:`ref-classes-base` class contains the following:: |
| 106 | 106 | ||
| 107 | do_build[recrdeptask] += "do_deploy" | 107 | do_build[recrdeptask] += "do_deploy" |
| 108 | 108 | ||
| @@ -225,7 +225,7 @@ section in the Yocto Project Overview and Concepts Manual. | |||
| 225 | ----------------- | 225 | ----------------- |
| 226 | 226 | ||
| 227 | Runs QA checks on packaged files. For more information on these checks, | 227 | Runs QA checks on packaged files. For more information on these checks, |
| 228 | see the :ref:`insane <ref-classes-insane>` class. | 228 | see the :ref:`ref-classes-insane` class. |
| 229 | 229 | ||
| 230 | .. _ref-tasks-package_write_deb: | 230 | .. _ref-tasks-package_write_deb: |
| 231 | 231 | ||
| @@ -406,7 +406,7 @@ Installs the files into the individual recipe specific sysroots (i.e. | |||
| 406 | ``recipe-sysroot`` and ``recipe-sysroot-native`` under | 406 | ``recipe-sysroot`` and ``recipe-sysroot-native`` under |
| 407 | ``${``\ :term:`WORKDIR`\ ``}`` based upon the | 407 | ``${``\ :term:`WORKDIR`\ ``}`` based upon the |
| 408 | dependencies specified by :term:`DEPENDS`). See the | 408 | dependencies specified by :term:`DEPENDS`). See the |
| 409 | ":ref:`staging <ref-classes-staging>`" class for more information. | 409 | ":ref:`ref-classes-staging`" class for more information. |
| 410 | 410 | ||
| 411 | .. _ref-tasks-rm_work: | 411 | .. _ref-tasks-rm_work: |
| 412 | 412 | ||
