diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-05 08:57:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-06 09:39:25 +0100 |
commit | e92e0c904d19872283e6aafd090a36a2a20d1ece (patch) | |
tree | 541cab6f09819112ff58d4ab223565eb7c4d6acb | |
parent | 2571a56215b7d86c2d9dfc9e1d2220f18b09ddd9 (diff) | |
download | ast2050-yocto-poky-e92e0c904d19872283e6aafd090a36a2a20d1ece.zip ast2050-yocto-poky-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>
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 15 |
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 4cc1a7b..2c6f7c2 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml @@ -87,8 +87,8 @@ would build a cross compiler and <filename>eglibc</filename> if they had not already been built. <note>This release of the Yocto Project does not support the <filename>glibc</filename> - GNU version of the Unix standard C library. By default, the Yocto Project builds with - <filename>eglibc</filename>.</note> + GNU version of the Unix standard C library. By default, the OpenEmbedded build system + builds with <filename>eglibc</filename>.</note> </para> <para> @@ -139,7 +139,7 @@ <para> The configuration files (<filename>.conf</filename>) define various configuration variables - that govern the Yocto Project build process. + that govern the OpenEmbedded build process. These files fall into several areas that define machine configuration options, distribution configuration options, compiler tuning options, general common configuration options and user configuration options (<filename>local.conf</filename>, which is found @@ -152,7 +152,7 @@ <title>Shared State Cache</title> <para> - By design, the Yocto Project build system builds everything from scratch unless + By design, the OpenEmbedded build system builds everything from scratch unless BitBake can determine that parts don't need to be rebuilt. Fundamentally, building from scratch is attractive as it means all parts are built fresh and there is no possibility of stale data causing problems. @@ -640,8 +640,7 @@ Yocto Project, you can follow these steps to use the x32 spABI: <itemizedlist> <listitem><para>Add the <filename>experimental/meta-x32</filename> layer to your local - <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>Yocto Project - Build Directory</ulink>. + <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>. You can find the <filename>experimental/meta-x32</filename> source repository at <ulink url='&YOCTO_GIT_URL;'></ulink>.</para></listitem> <listitem><para>Edit your <filename>conf/bblayers.conf</filename> file so that it includes @@ -682,7 +681,7 @@ <title>Licenses</title> <para> - This section describes the mechanism by which the Yocto Project build system + This section describes the mechanism by which the OpenEmbedded build system tracks changes to licensing text. The section also describes how to enable commercially licensed recipes, which by default are disabled. @@ -797,7 +796,7 @@ <title>Enabling Commercially Licensed Recipes</title> <para> - By default, the Yocto Project build system disables + By default, the OpenEmbedded build system disables components that have commercial or other special licensing requirements. Such requirements are defined on a |