summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-concepts.rst
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 01:59:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:36 +0100
commit32a275c5cd9635e9835e407391687780bf5cd81e (patch)
treee601f2ae14a3804c3333e16edcd098763cf2193a /documentation/overview-manual/overview-manual-concepts.rst
parentc387f0c2543a9dd7f8eca069629ede4bb5ec5dba (diff)
downloadpoky-32a275c5cd9635e9835e407391687780bf5cd81e.tar.gz
sphinx: fix incorrect indentations
(From yocto-docs rev: af5209df6c8c1dcc852d29b72968aa0b36b6b761) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/overview-manual-concepts.rst')
-rw-r--r--documentation/overview-manual/overview-manual-concepts.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst
index 9230527b76..935c01805e 100644
--- a/documentation/overview-manual/overview-manual-concepts.rst
+++ b/documentation/overview-manual/overview-manual-concepts.rst
@@ -1948,11 +1948,11 @@ The following list explains the previous example:
1948 addtask do_deploy_setscene 1948 addtask do_deploy_setscene
1949 1949
1950 ``sstate_setscene()`` takes the flags above as input and accelerates the ``do_deploy`` task 1950 ``sstate_setscene()`` takes the flags above as input and accelerates the ``do_deploy`` task
1951 through the shared state cache if possible. If the task was 1951 through the shared state cache if possible. If the task was
1952 accelerated, ``sstate_setscene()`` returns True. Otherwise, it 1952 accelerated, ``sstate_setscene()`` returns True. Otherwise, it
1953 returns False, and the normal ``do_deploy`` task runs. For more 1953 returns False, and the normal ``do_deploy`` task runs. For more
1954 information, see the ":ref:`setscene <bitbake:bitbake-user-manual/bitbake-user-manual-execution:setscene>`" 1954 information, see the ":ref:`setscene <bitbake:bitbake-user-manual/bitbake-user-manual-execution:setscene>`"
1955 section in the BitBake User Manual. 1955 section in the BitBake User Manual.
1956 1956
1957- The ``do_deploy[dirs] = "${DEPLOYDIR} ${B}"`` line creates 1957- The ``do_deploy[dirs] = "${DEPLOYDIR} ${B}"`` line creates
1958 ``${DEPLOYDIR}`` and ``${B}`` before the ``do_deploy`` task runs, and 1958 ``${DEPLOYDIR}`` and ``${B}`` before the ``do_deploy`` task runs, and