diff options
author | Quentin Schulz <foss@0leil.net> | 2020-09-17 01:59:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:36 +0100 |
commit | 32a275c5cd9635e9835e407391687780bf5cd81e (patch) | |
tree | e601f2ae14a3804c3333e16edcd098763cf2193a /documentation/overview-manual | |
parent | c387f0c2543a9dd7f8eca069629ede4bb5ec5dba (diff) | |
download | poky-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')
-rw-r--r-- | documentation/overview-manual/overview-manual-concepts.rst | 10 | ||||
-rw-r--r-- | documentation/overview-manual/overview-manual-yp-intro.rst | 4 |
2 files changed, 6 insertions, 8 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 |
diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/overview-manual-yp-intro.rst index 823c96d88c..c83290ed5f 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.rst +++ b/documentation/overview-manual/overview-manual-yp-intro.rst | |||
@@ -391,9 +391,7 @@ activities using the Yocto Project: | |||
391 | 391 | ||
392 | .. note:: | 392 | .. note:: |
393 | 393 | ||
394 | AutoBuilder is based on | 394 | AutoBuilder is based on buildbot. |
395 | buildbot | ||
396 | . | ||
397 | 395 | ||
398 | A goal of the Yocto Project is to lead the open source industry with | 396 | A goal of the Yocto Project is to lead the open source industry with |
399 | a project that automates testing and QA procedures. In doing so, the | 397 | a project that automates testing and QA procedures. In doing so, the |