summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-tasks.rst')
-rw-r--r--documentation/ref-manual/ref-tasks.rst10
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
326file as a patch file: 326file 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
334Conversely, if you have a directory full of patch files and you want to 334Conversely, 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
538target. Essentially, the ``do_cleansstate`` task is identical to the 538target. 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
540shared state (`:ref:`sstate <overview-manual/overview-manual-concepts:shared state cache>`) 540shared state (:ref:`sstate <overview-manual/overview-manual-concepts:shared state cache>`)
541cache. 541cache.
542 542
543You can run this task using BitBake as follows: 543You 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
596Creates or updates the index in the `:ref:`package-feeds-dev-environment` area. 596Creates or updates the index in the :ref:`package-feeds-dev-environment` area.
597 597
598.. note:: 598.. note::
599 599