diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-07-02 10:40:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 14:48:16 +0100 |
commit | f7cce1bb9169da59e8b4463b1133f5bc97eb9d98 (patch) | |
tree | c2d8e55d241acb51a3629a18b6a387de43f17e17 /documentation | |
parent | 9568530dd9083638a6648db21d391e7a1325a4ba (diff) | |
download | poky-f7cce1bb9169da59e8b4463b1133f5bc97eb9d98.tar.gz |
shared state memory -> shared state cache
"shared state cache" is the generally accepted term for this.
(From yocto-docs rev: a15f629afe46e7217182a1ac077ab59641be9a8c)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index 962ac0bfb1..d33b77580c 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml | |||
@@ -679,7 +679,7 @@ | |||
679 | The OpenEmbedded build system recognizes this kernel as | 679 | The OpenEmbedded build system recognizes this kernel as |
680 | <filename>linux-yocto</filename>. | 680 | <filename>linux-yocto</filename>. |
681 | Thus, the following commands from the shell in which you previously sourced the | 681 | Thus, the following commands from the shell in which you previously sourced the |
682 | environment initialization script cleans the shared state memory and the | 682 | environment initialization script cleans the shared state cache and the |
683 | <ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink> | 683 | <ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink> |
684 | directory and then builds and launches <filename>menuconfig</filename>: | 684 | directory and then builds and launches <filename>menuconfig</filename>: |
685 | <literallayout class='monospaced'> | 685 | <literallayout class='monospaced'> |
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index a63943e0c6..4cc1a7b395 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml | |||
@@ -525,7 +525,7 @@ | |||
525 | <title>Invalidating Shared State</title> | 525 | <title>Invalidating Shared State</title> |
526 | 526 | ||
527 | <para> | 527 | <para> |
528 | The shared state code uses checksums and shared state memory | 528 | The shared state code uses checksums and shared state |
529 | cache to avoid unnecessarily rebuilding tasks. | 529 | cache to avoid unnecessarily rebuilding tasks. |
530 | As with all schemes, this one has some drawbacks. | 530 | As with all schemes, this one has some drawbacks. |
531 | It is possible that you could make implicit changes that are not factored | 531 | It is possible that you could make implicit changes that are not factored |