diff options
Diffstat (limited to 'documentation/overview-manual')
| -rw-r--r-- | documentation/overview-manual/concepts.rst | 16 |
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 | ||
| 717 | By default, everything is accomplished in the Build Directory, which has | 713 | By default, everything is accomplished in the Build Directory, which has |
| 718 | a defined structure. For additional general information on the Build | 714 | a defined structure. For additional general information on the Build |
