From a2666193173c0eeca763f774926763e7356277f8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Sep 2013 12:13:25 -0700 Subject: documentation: Added the memory-resident BitBake feature The main changes are captured in a new section devoted to the oe-init-build-env-memres script within the ref-structure.xml file and in the variables.xml file in a BBSERVER variable entry in the glossary. All other changes were necessary to integrate the new functionality into areas where running the setup script are discussed. Before this feature, there was a single setup script (oe-init-build-env). Consequently, wordings and such were designed exclusively for this single method. With the introduction of a second possible method to initialize the build environment, tweaks to many sections were needed. Beside the wording tweaks, appropriate cross-referencing was also needed. All these changes cover the integration of the new feature. Reported-by: Richard Purdie (From yocto-docs rev: c55c9a53c9b4cd1e06e6e81e32d56f9bbf5fe98c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/closer-look.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual/closer-look.xml') diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml index 8c3ceb7210..7e8d528897 100644 --- a/documentation/ref-manual/closer-look.xml +++ b/documentation/ref-manual/closer-look.xml @@ -106,7 +106,11 @@ configuration files. These example files are used as a basis for creating actual configuration files when you source the build environment - script oe-init-build-env. + script + (i.e. + &OE_INIT_FILE; + or + oe-init-build-env-memres). @@ -119,14 +123,15 @@ and bblayers.conf configuration files. These default configuration files are created only if versions do not already exist in the Build Directory at the time you - source the oe-init-build-env script. + source the build environment setup script. Because the Poky repository is fundamentally an aggregation of existing repositories, some users might be familiar with running - the oe-init-build-env script in the context of - separate OpenEmbedded-Core and BitBake repositories rather than a + the &OE_INIT_FILE; or + oe-init-build-env-memres script in the context + of separate OpenEmbedded-Core and BitBake repositories rather than a single Poky repository. This discussion assumes the script is executed from within a cloned or unpacked version of Poky. -- cgit v1.2.3-54-g00ecf