summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 16:38:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:26 +0100
commitba08db9817a551129aff1a4f99ec9dffbcd168c8 (patch)
treeae0abe25edf9bf5407e15cf57dba46752c616454 /documentation
parentf2803414b964ae9f7d08e6ee4375845567943b8e (diff)
downloadpoky-ba08db9817a551129aff1a4f99ec9dffbcd168c8.tar.gz
overview-manual: concepts.rst: fix formating and add references
(From yocto-docs rev: c123815c664717e051456cc8142ba6d0b3369c62) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/overview-manual/concepts.rst16
1 files changed, 6 insertions, 10 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 8b8625a080..39b87138a8 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -703,16 +703,12 @@ the source files and unpack them into the
703 703
704.. note:: 704.. note::
705 705
706 For every local file (e.g. 706 For every local file (e.g. ``file://``) that is part of a recipe's
707 file:// 707 :term:`SRC_URI` statement, the OpenEmbedded build system takes a
708 ) that is part of a recipe's 708 checksum of the file for the recipe and inserts the checksum into
709 SRC_URI 709 the signature for the :ref:`ref-tasks-fetch` task. If any local
710 statement, the OpenEmbedded build system takes a checksum of the file 710 file has been modified, the :ref:`ref-tasks-fetch` task and all
711 for the recipe and inserts the checksum into the signature for the 711 tasks that depend on it are re-executed.
712 do_fetch
713 task. If any local file has been modified, the
714 do_fetch
715 task and all tasks that depend on it are re-executed.
716 712
717By default, everything is accomplished in the Build Directory, which has 713By default, everything is accomplished in the Build Directory, which has
718a defined structure. For additional general information on the Build 714a defined structure. For additional general information on the Build