summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-concepts.rst
diff options
context:
space:
mode:
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