summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-05 08:57:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-06 09:39:25 +0100
commite92e0c904d19872283e6aafd090a36a2a20d1ece (patch)
tree541cab6f09819112ff58d4ab223565eb7c4d6acb /documentation
parent2571a56215b7d86c2d9dfc9e1d2220f18b09ddd9 (diff)
downloadpoky-e92e0c904d19872283e6aafd090a36a2a20d1ece.tar.gz
documentation/poky-ref-manual/technical-details.xml: Fixed various terms
I fixed several "Yocto Project build system" terms and some "Yocto Project Build Directory" terms. (From yocto-docs rev: 10c1d50380336ac684243525646ac9aa3c1812d4) 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.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml
index 4cc1a7b395..2c6f7c2b98 100644
--- a/documentation/poky-ref-manual/technical-details.xml
+++ b/documentation/poky-ref-manual/technical-details.xml
@@ -87,8 +87,8 @@
87 would build a cross compiler and <filename>eglibc</filename> if they had not already 87 would build a cross compiler and <filename>eglibc</filename> if they had not already
88 been built. 88 been built.
89 <note>This release of the Yocto Project does not support the <filename>glibc</filename> 89 <note>This release of the Yocto Project does not support the <filename>glibc</filename>
90 GNU version of the Unix standard C library. By default, the Yocto Project builds with 90 GNU version of the Unix standard C library. By default, the OpenEmbedded build system
91 <filename>eglibc</filename>.</note> 91 builds with <filename>eglibc</filename>.</note>
92 </para> 92 </para>
93 93
94 <para> 94 <para>
@@ -139,7 +139,7 @@
139 139
140 <para> 140 <para>
141 The configuration files (<filename>.conf</filename>) define various configuration variables 141 The configuration files (<filename>.conf</filename>) define various configuration variables
142 that govern the Yocto Project build process. 142 that govern the OpenEmbedded build process.
143 These files fall into several areas that define machine configuration options, 143 These files fall into several areas that define machine configuration options,
144 distribution configuration options, compiler tuning options, general common configuration 144 distribution configuration options, compiler tuning options, general common configuration
145 options and user configuration options (<filename>local.conf</filename>, which is found 145 options and user configuration options (<filename>local.conf</filename>, which is found
@@ -152,7 +152,7 @@
152 <title>Shared State Cache</title> 152 <title>Shared State Cache</title>
153 153
154 <para> 154 <para>
155 By design, the Yocto Project build system builds everything from scratch unless 155 By design, the OpenEmbedded build system builds everything from scratch unless
156 BitBake can determine that parts don't need to be rebuilt. 156 BitBake can determine that parts don't need to be rebuilt.
157 Fundamentally, building from scratch is attractive as it means all parts are 157 Fundamentally, building from scratch is attractive as it means all parts are
158 built fresh and there is no possibility of stale data causing problems. 158 built fresh and there is no possibility of stale data causing problems.
@@ -640,8 +640,7 @@
640 Yocto Project, you can follow these steps to use the x32 spABI: 640 Yocto Project, you can follow these steps to use the x32 spABI:
641 <itemizedlist> 641 <itemizedlist>
642 <listitem><para>Add the <filename>experimental/meta-x32</filename> layer to your local 642 <listitem><para>Add the <filename>experimental/meta-x32</filename> layer to your local
643 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>Yocto Project 643 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>.
644 Build Directory</ulink>.
645 You can find the <filename>experimental/meta-x32</filename> source repository at 644 You can find the <filename>experimental/meta-x32</filename> source repository at
646 <ulink url='&YOCTO_GIT_URL;'></ulink>.</para></listitem> 645 <ulink url='&YOCTO_GIT_URL;'></ulink>.</para></listitem>
647 <listitem><para>Edit your <filename>conf/bblayers.conf</filename> file so that it includes 646 <listitem><para>Edit your <filename>conf/bblayers.conf</filename> file so that it includes
@@ -682,7 +681,7 @@
682 <title>Licenses</title> 681 <title>Licenses</title>
683 682
684 <para> 683 <para>
685 This section describes the mechanism by which the Yocto Project build system 684 This section describes the mechanism by which the OpenEmbedded build system
686 tracks changes to licensing text. 685 tracks changes to licensing text.
687 The section also describes how to enable commercially licensed recipes, 686 The section also describes how to enable commercially licensed recipes,
688 which by default are disabled. 687 which by default are disabled.
@@ -797,7 +796,7 @@
797 <title>Enabling Commercially Licensed Recipes</title> 796 <title>Enabling Commercially Licensed Recipes</title>
798 797
799 <para> 798 <para>
800 By default, the Yocto Project build system disables 799 By default, the OpenEmbedded build system disables
801 components that have commercial or other special licensing 800 components that have commercial or other special licensing
802 requirements. 801 requirements.
803 Such requirements are defined on a 802 Such requirements are defined on a