From e92e0c904d19872283e6aafd090a36a2a20d1ece Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Jul 2012 08:57:54 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/technical-details.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'documentation') 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 @@ would build a cross compiler and eglibc if they had not already been built. This release of the Yocto Project does not support the glibc - GNU version of the Unix standard C library. By default, the Yocto Project builds with - eglibc. + GNU version of the Unix standard C library. By default, the OpenEmbedded build system + builds with eglibc. @@ -139,7 +139,7 @@ The configuration files (.conf) 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 (local.conf, which is found @@ -152,7 +152,7 @@ Shared State Cache - 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: Add the experimental/meta-x32 layer to your local - Yocto Project - Build Directory. + build directory. You can find the experimental/meta-x32 source repository at . Edit your conf/bblayers.conf file so that it includes @@ -682,7 +681,7 @@ Licenses - 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 @@ Enabling Commercially Licensed Recipes - 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 -- cgit v1.2.3-54-g00ecf