summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-12-08 13:34:43 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-16 16:58:40 +0000
commit4378fd205c4544aa2eac02b4e294f154fd7116f8 (patch)
tree53c1dc343320c6f1ea8c01e7e1d8d0031b5cb232 /documentation
parent93a78f4b42c36678fb7929a1e1a094676e641157 (diff)
downloadast2050-yocto-poky-4378fd205c4544aa2eac02b4e294f154fd7116f8.zip
ast2050-yocto-poky-4378fd205c4544aa2eac02b4e294f154fd7116f8.tar.gz
documenation/poky-ref-manual/technical-details.xml: Some general edits.
(From yocto-docs rev: b806511994d0673475939db2690a3aeec7389609) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/technical-details.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml
index 8f83ecb..b341795 100644
--- a/documentation/poky-ref-manual/technical-details.xml
+++ b/documentation/poky-ref-manual/technical-details.xml
@@ -39,7 +39,7 @@
<para>
BitBake knows how to combine multiple data sources together and refers to each data source
- as a <link linkend='usingpoky-changes-layers'>'layer'</link>.
+ as a "<link linkend='usingpoky-changes-layers'>layer</link>".
</para>
<para>
@@ -115,7 +115,7 @@
The term "package" can also be used to describe recipes.
However, since the same word is used for the packaged output from the Yocto
Project (i.e. <filename>.ipk</filename> or <filename>.deb</filename> files),
- this document avoids using the term "package" to refer to recipes.
+ this document avoids using the term "package" when refering to recipes.
</para>
</section>
@@ -146,8 +146,8 @@
</section>
</section>
-<section id="considering-shared-state-cache">
- <title>Considering Shared State Cache</title>
+<section id="shared-state-cache">
+ <title>Shared State Cache</title>
<para>
By design, the Yocto Project builds everything from scratch unless it can determine that
OpenPOWER on IntegriCloud