diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-05-07 16:48:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-08 22:01:24 +0100 |
commit | e467ddd9e2fb613518a5de8537545f824c217ac6 (patch) | |
tree | 0abe44d58e4350a075aaa45717a039b05bac18ea /documentation/overview-manual | |
parent | c46317a30e0d59373aed6a821f2ac75ac13f6126 (diff) | |
download | poky-e467ddd9e2fb613518a5de8537545f824c217ac6.tar.gz |
overview-manual: simplify expression
(From yocto-docs rev: ea1e5d4214f30927119f0124ee8a80a558601161)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 1ac6abe22b..89a5eb49fb 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1614,7 +1614,7 @@ them if they are deemed to be valid. | |||
1614 | section in the Yocto Project Development Tasks Manual. | 1614 | section in the Yocto Project Development Tasks Manual. |
1615 | 1615 | ||
1616 | - The code in the build system that supports incremental builds is | 1616 | - The code in the build system that supports incremental builds is |
1617 | not simple code. For techniques that help you work around issues | 1617 | complex. For techniques that help you work around issues |
1618 | related to shared state code, see the | 1618 | related to shared state code, see the |
1619 | ":ref:`dev-manual/common-tasks:viewing metadata used to create the input signature of a shared state task`" | 1619 | ":ref:`dev-manual/common-tasks:viewing metadata used to create the input signature of a shared state task`" |
1620 | and | 1620 | and |