mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f2803414b9
commit
ba08db9817
@@ -703,16 +703,12 @@ the source files and unpack them into the
|
||||
|
||||
.. note::
|
||||
|
||||
For every local file (e.g.
|
||||
file://
|
||||
) that is part of a recipe's
|
||||
SRC_URI
|
||||
statement, the OpenEmbedded build system takes a checksum of the file
|
||||
for the recipe and inserts the checksum into the signature for the
|
||||
do_fetch
|
||||
task. If any local file has been modified, the
|
||||
do_fetch
|
||||
task and all tasks that depend on it are re-executed.
|
||||
For every local file (e.g. ``file://``) that is part of a recipe's
|
||||
:term:`SRC_URI` statement, the OpenEmbedded build system takes a
|
||||
checksum of the file for the recipe and inserts the checksum into
|
||||
the signature for the :ref:`ref-tasks-fetch` task. If any local
|
||||
file has been modified, the :ref:`ref-tasks-fetch` task and all
|
||||
tasks that depend on it are re-executed.
|
||||
|
||||
By default, everything is accomplished in the Build Directory, which has
|
||||
a defined structure. For additional general information on the Build
|
||||
|
||||
Reference in New Issue
Block a user