diff options
Diffstat (limited to 'documentation/ref-manual/ref-tasks.rst')
| -rw-r--r-- | documentation/ref-manual/ref-tasks.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/ref-tasks.rst index 12320b7ef9..9ef014139c 100644 --- a/documentation/ref-manual/ref-tasks.rst +++ b/documentation/ref-manual/ref-tasks.rst | |||
| @@ -326,9 +326,9 @@ As mentioned earlier, the build system treats files whose file types are | |||
| 326 | file as a patch file: | 326 | file as a patch file: |
| 327 | :: | 327 | :: |
| 328 | 328 | ||
| 329 | SRC_URI = " \\ | 329 | SRC_URI = " \ |
| 330 | git://path_to_repo/some_package \\ | 330 | git://path_to_repo/some_package \ |
| 331 | file://file;apply=yes \\ | 331 | file://file;apply=yes \ |
| 332 | " | 332 | " |
| 333 | 333 | ||
| 334 | Conversely, if you have a directory full of patch files and you want to | 334 | Conversely, if you have a directory full of patch files and you want to |
| @@ -537,7 +537,7 @@ Removes all output files and shared state | |||
| 537 | (:ref:`sstate <overview-manual/overview-manual-concepts:shared state cache>`) cache for a | 537 | (:ref:`sstate <overview-manual/overview-manual-concepts:shared state cache>`) cache for a |
| 538 | target. Essentially, the ``do_cleansstate`` task is identical to the | 538 | target. Essentially, the ``do_cleansstate`` task is identical to the |
| 539 | :ref:`ref-tasks-clean` task with the added removal of | 539 | :ref:`ref-tasks-clean` task with the added removal of |
| 540 | shared state (`:ref:`sstate <overview-manual/overview-manual-concepts:shared state cache>`) | 540 | shared state (:ref:`sstate <overview-manual/overview-manual-concepts:shared state cache>`) |
| 541 | cache. | 541 | cache. |
| 542 | 542 | ||
| 543 | You can run this task using BitBake as follows: | 543 | You can run this task using BitBake as follows: |
| @@ -593,7 +593,7 @@ Lists all defined tasks for a target. | |||
| 593 | ``do_package_index`` | 593 | ``do_package_index`` |
| 594 | -------------------- | 594 | -------------------- |
| 595 | 595 | ||
| 596 | Creates or updates the index in the `:ref:`package-feeds-dev-environment` area. | 596 | Creates or updates the index in the :ref:`package-feeds-dev-environment` area. |
| 597 | 597 | ||
| 598 | .. note:: | 598 | .. note:: |
| 599 | 599 | ||
