]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation: yocto-project-qs - Final changes before the 1.3 lockdown
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 22 Oct 2012 21:22:09 +0000 (14:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Oct 2012 23:03:14 +0000 (00:03 +0100)
Fixed used of "Source Directory" and Build Directory.

(From yocto-docs rev: a4d79c5a7e73003fc99c274d876fbea453a80d20)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/yocto-project-qs/yocto-project-qs.xml

index 06a0b1ad688e5987725abe4374dad8bcda5ad739..3594b6ea507272fb8707f837746d235d3ac44b8c 100644 (file)
@@ -56,7 +56,7 @@
             <listitem><para><emphasis>FAQs:</emphasis> Lists commonly asked Yocto Project questions and answers.
                 You can find two FAQs: <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>Yocto Project FAQ</ulink> on 
                 a wiki, and the 
-                <ulink url='&YOCTO_DOCS_REF_URL;#faq'>FAQ</ulink> chapter in  
+                "<ulink url='&YOCTO_DOCS_REF_URL;#faq'>FAQ</ulink>" chapter in  
                 the Yocto Project Reference Manual.
                 </para></listitem>
             <listitem><para><emphasis>Developer Screencast:</emphasis> The 
                  them into a directory named <filename>&YOCTO_POKY;</filename> in the current 
                  directory.</para></listitem>
              <listitem><para>The third and fourth commands change the working directory to the
-                 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>
+                 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
                  and run the Yocto Project environment setup script.
                  Running this script defines OpenEmbedded build environment settings needed to
                  complete the build.
                  The script also creates the 
-                 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>,
+                 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>,
                  which is <filename>build</filename> in this case and is located in the 
-                 source directory.
+                 Source Directory.
                  After the script runs, your current working directory is set 
-                 to the build directory.
-                 Later, when the build completes, the build directory contains all the files 
+                 to the Build Directory.
+                 Later, when the build completes, the Build Directory contains all the files 
                  created during the build.
                  </para></listitem>
          </itemizedlist>
          <para>
              Take some time to examine your <filename>local.conf</filename> file 
-             in your project's configuration directory, which is found in the build directory.
+             in your project's configuration directory, which is found in the Build Directory.
              The defaults in that file should work fine.
              However, there are some variables of interest at which you might look.
          </para>
         <title>Getting the Yocto Project</title>
 
         <para>
-            Set up your <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>
+            Set up your <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
             one of two ways:
             <itemizedlist>
                 <listitem><para><emphasis>Tarball:</emphasis> 
 
         <para>
             From the parent directory your
-            <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>, 
+            <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>, 
             initialize your environment and provide a meaningful 
-            <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>
+            <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
             name:
             <literallayout class='monospaced'>
      $ source poky/&OE_INIT_FILE; mybuilds
             At this point, the <filename>mybuilds</filename> directory has been created for you 
             and it is now your current working directory.
             If you don't provide your own directory name it defaults to <filename>build</filename>,
-            which is inside the source directory.
+            which is inside the Source Directory.
         </para>
     </section>
 
 
         <para>
             Initializing the build environment creates a <filename>conf/local.conf</filename> configuration file
-            in the build directory.
+            in the Build Directory.
             You need to manually edit this file to specify the machine you are building and to optimize
             your build time.
             Here are the minimal changes to make: