]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/poky-ref-manual: Fixed various references to YP
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 13 Jul 2012 18:28:34 +0000 (11:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jul 2012 09:54:09 +0000 (10:54 +0100)
I did a scrub for "Yocto Project" and found some that could be
changed.

(From yocto-docs rev: 985062b6a9320e8a3ca3d3dafb6516db4fbc5bd5)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/poky-ref-manual/development.xml
documentation/poky-ref-manual/introduction.xml
documentation/poky-ref-manual/ref-bitbake.xml
documentation/poky-ref-manual/ref-structure.xml
documentation/poky-ref-manual/resources.xml
documentation/poky-ref-manual/technical-details.xml
documentation/poky-ref-manual/usingpoky.xml

index 9628fcbd152e4fb527ffa93379c57411b3684e25..f7e67a6545f6482af87245b4cee05c3de43753b5 100644 (file)
@@ -45,8 +45,7 @@
         </para>
 
         <para>
-            This command opens a terminal with a shell prompt within the Yocto Project 
-            environment. 
+            This command opens a terminal with a shell prompt within the OpenEmbedded build environment. 
             The following occurs:
             <itemizedlist>
                 <listitem><para>The <filename>PATH</filename> variable includes the 
index 249b9a18fd149e8a8fa91b22cf61350fc889a282..ac28eaef4eb8c9a0ea6a9af94431f91745c43d55 100644 (file)
                 the Yocto Project.</para></listitem>
             <listitem><para><emphasis>
                 <link linkend='ref-structure'>Reference: Directory Structure</link>:</emphasis> 
-                This appendix describes the directory structure of the 
-                Yocto Project files, referred to as the 
-                <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>.
-                The source directory represents the local file structure created 
-                as a result from either cloning the upstream 
-                <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository or unpacking a 
-                released Yocto Project tarball on your host development system.
+                This appendix describes the 
+                <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created
+                either by unpacking a released Yocto Project tarball on your host development system, 
+                or by cloning the upstream 
+                <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository.
                 </para></listitem>
             <listitem><para><emphasis>
                 <link linkend='ref-bitbake'>Reference: BitBake</link>:</emphasis> 
@@ -76,7 +74,8 @@
                 features during the build process using the OpenEmbedded build system.</para></listitem>
             <listitem><para><emphasis>
                 <link linkend='ref-variables-glos'>Reference: Variables Glossary</link>:</emphasis> 
-                This appendix presents most Yocto Project variables.
+                This appendix presents most variables used by the OpenEmbedded build system, which
+                using BitBake.
                 Entries describe the function of the variable and how to apply them.
                 </para></listitem>
             <listitem><para><emphasis>
 <section id='intro-getit-dev'>
     <title>Development Checkouts</title>
     <para>
-        Development using the Yocto Project requires a local copy of the Yocto Project files
-        referred to as the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>. 
-        You can set source directory up by downloading a Yocto Project release tarball and unpacking it,  
+        Development using the Yocto Project requires a local 
+        <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>. 
+        You can set up the source directory by downloading a Yocto Project release tarball and unpacking it,  
         or by cloning a copy of the upstream
         <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository.
         For information on both these methods, see the
index 81a8934e6a1913ab170dc5bb3a19abd7dfac0b05..8e5d4158b27568d7cd70f2c89495cbbad5bfa567 100644 (file)
@@ -7,8 +7,8 @@
     <title>Reference: BitBake</title>
 
     <para>
-        BitBake is a program written in Python that interprets the metadata used by the Yocto Project. 
-        The OpenEmbedded build system uses BitBake.
+        BitBake is a program written in Python that interprets the metadata used by the OpenEmbedded
+        build system.
         At some point, developers wonder what actually happens when you enter:
         <literallayout class='monospaced'>
      $ bitbake core-image-sato
index 3e6a6a2b6a74f688372d8e860f701aaca67f5d8f..9d3c35829633315e43d9a8cc6d796af1fac84161 100644 (file)
@@ -7,10 +7,10 @@
 <title>Reference: Directory Structure</title>
 
 <para>
-    The Yocto Project consists of several components.
+    The <ulink url='source-directory'>source directory</ulink> consists of several components.
     Understanding them and knowing where they are located is key to using the Yocto Project well.
-    This appendix describes the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>
-    and gives information about the various files and directories.
+    This appendix describes the source directory and gives information about the various 
+    files and directories.
 </para>
 
 <para>
@@ -26,7 +26,8 @@
         <title><filename>bitbake/</filename></title>
 
         <para>
-            The Yocto Project includes a copy of BitBake for ease of use.
+            The <ulink url='source-directory'>source directory</ulink>
+            includes a copy of BitBake for ease of use.
             The copy usually matches the current stable BitBake release from the BitBake project. 
             BitBake, a metadata interpreter, reads the Yocto Project metadata and runs the tasks 
             defined by that data. 
@@ -59,7 +60,7 @@
             the source tree is combined with the output.
             The <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>
             is created initially when you <filename>source</filename>
-            the Yocto Project environment setup script <filename>oe-init-build-env</filename>.
+            the OpenEmbedded build environment setup script <filename>oe-init-build-env</filename>.
         </para>
 
         <para> 
@@ -90,7 +91,7 @@
         <title><filename>meta/</filename></title>
 
         <para>
-            This directory contains the Yocto Project core metadata. 
+            This directory contains the OpenEmbedded Core metadata. 
             The directory holds machine definitions, the Yocto Project distribution, 
             and the packages that make up a given system.
         </para>
 
         <para>
             This directory contains recipes for applications and demos that are not part of the 
-            Yocto Project core.
+            OpenEmbedded core.
         </para>
     </section>
 
         <title><filename>oe-init-build-env</filename></title>
 
         <para>
-            This script sets up the Yocto Project build environment. 
+            This script sets up the OpenEmbedded build environment. 
             Running this script with the <filename>source</filename> command in
             a shell makes changes to <filename>PATH</filename> and sets other core BitBake variables based on the
             current working directory. 
index 9fe5a65a6d6fea602d51ab487452a9682aaac431..9e1ae69a0a36f9b10b5c24e06cdc7a4e7739356f 100644 (file)
@@ -82,7 +82,7 @@
                 Yocto Project.
                 Poky derives from and contributes back to the OpenEmbedded project.</para></listitem>
             <listitem><para><emphasis><ulink url='http://developer.berlios.de/projects/bitbake/'>
-                BitBake</ulink>:</emphasis> The tool used to process Yocto Project metadata.</para></listitem>
+                BitBake</ulink>:</emphasis> The tool used to process metadata.</para></listitem>
             <listitem><para><emphasis><ulink url='http://bitbake.berlios.de/manual/'>
                 BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool.
                 </para></listitem>
index 2c6f7c2b9820ea8312c8fb2abc72d9d97c88ec11..717015be5c0541dd4397f2cee5cbb93c777db5dc 100644 (file)
@@ -15,7 +15,7 @@
 
     <para>
         The BitBake task executor together with various types of configuration files form the 
-        Yocto Project core.
+        OpenEmbedded Core.
         This section overviews the BitBake task executor and the
         configuration files by describing what they are used for and how they interact.
     </para>
@@ -55,7 +55,7 @@
         <title>BitBake</title>
 
         <para>
-            BitBake is the tool at the heart of the Yocto Project and is responsible
+            BitBake is the tool at the heart of the OpenEmbedded build system and is responsible
             for parsing the metadata, generating a list of tasks from it,
             and then executing those tasks. 
             To see a list of the options BitBake supports, use the following help command:
 
         <para>
             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), 
+            However, since the same word is used for the packaged output from the OpenEmbedded 
+            build system (i.e. <filename>.ipk</filename> or <filename>.deb</filename> files), 
             this document avoids using the term "package" when referring to recipes.
         </para>
     </section>
             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
-            in the Yocto Project files build directory).
+            in the <ulink url='build-directory'>build directory</ulink>).
         </para>
     </section>
 </section>
     <para>
         The Yocto Project implements shared state code that supports incremental builds.
         The implementation of the shared state code answers the following questions that
-        were fundamental roadblocks within the Yocto Project incremental build support system:
+        were fundamental roadblocks within the OpenEmbedded incremental build support system:
         <itemizedlist>
             <listitem>What pieces of the system have changed and what pieces have not changed?</listitem>
             <listitem>How are changed pieces of software removed and replaced?</listitem>
         <title>Tips and Tricks</title>
 
         <para>
-            The code in the Yocto Project that supports incremental builds is not 
+            The code in the build system that supports incremental builds is not 
             simple code.
             This section presents some tips and tricks that help you work around 
             issues related to shared state code.
         <title>Tracking License Changes</title>
 
         <para>
-            The license of an upstream project might change in the future. In order to prevent these changes
-            going unnoticed, the Yocto Project provides a 
+            The license of an upstream project might change in the future. 
+            In order to prevent these changes going unnoticed, the  
             <filename><link linkend='var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</link></filename>
-            variable to track changes to the license text. The checksums are validated at the end of the
+            variable tracks changes to the license text. The checksums are validated at the end of the
             configure step, and if the checksums do not match, the build will fail.
         </para>
 
             </para>
 
             <para>
-                The Yocto Project uses the 
+                The build system uses the 
                 <filename><link linkend='var-S'>S</link></filename> variable as the 
                 default directory used when searching files listed in 
                 <filename>LIC_FILES_CHKSUM</filename>.
index 1dde6561401172dc89224392ad7e3ec8b445fbe2..121650cd54a736f19aaae2d2685472518b1c49dc 100644 (file)
@@ -27,7 +27,7 @@
         <title>Build Overview</title>
 
         <para>
-            The first thing you need to do is set up the Yocto Project build environment by sourcing
+            The first thing you need to do is set up the OpenEmbedded build environment by sourcing
             the environment setup script as follows:
             <literallayout class='monospaced'>
      $ source oe-init-build-env [build_dir]
@@ -35,8 +35,9 @@
         </para>
 
         <para>
-            The <filename>build_dir</filename> is optional and specifies the directory Yocto Project
-            uses for the build - the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>.
+            The <filename>build_dir</filename> is optional and specifies the directory the 
+            OpenEmbedded build system uses for the build - 
+            the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>.
             If you do not specify a build directory it defaults to <filename>build</filename>
             in your current working directory.
             A common practice is to use a different build directory for different targets. 
@@ -47,7 +48,7 @@
         </para>
 
         <para>
-            Once the Yocto Project build environment is set up, you can build a target using:
+            Once the build environment is set up, you can build a target using:
             <literallayout class='monospaced'>
      $ bitbake &lt;target&gt;
             </literallayout>