diff options
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 |