summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml2
-rw-r--r--documentation/poky-ref-manual/technical-details.xml2
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