]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toaster-manual: Edits to a previous patch.
authorScott Rifenbark <srifenbark@gmail.com>
Tue, 15 Mar 2016 17:31:34 +0000 (10:31 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 21:56:06 +0000 (21:56 +0000)
I applied some grammar and writing edits to a large patch of new
text.

(From yocto-docs rev: 67cd700131e7cbca5769f25328772406f860d519)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/toaster-manual/toaster-manual-setup-and-use.xml

index 2e465f432b2ffdb0b37e17135fb2d31755c2b840..12fe5839bd2ffb771a456a6a537dfff890b94826 100644 (file)
                   If you used <filename>virtualenv</filename>, which is
                   recommended, to set up the Toaster system dependencies,
                   you need be sure the virtual environment is activated.
-                  To activate this environment, use the following:
+                  To activate this environment, use the following command:
                   <literallayout class='monospaced'>
    $ source venv/bin/activate
                   </literallayout>
       <para>
           You can use a production instance of Toaster to share the
           Toaster instance with remote users, multiple users, or both.
-          The production instance is also the setup that can cope with
+          The production instance is also the setup that can handle
           heavier loads on the web service.
           Use the instructions in the following sections to set up
           Toaster to run builds through the Toaster web interface.
       </section>
 
       <section id='a-note-on-the-local-yocto-project-release'>
-          <title>A Note on the Local Yocto Project Release</title>
+          <title>Additional Information About the Local Yocto Project Release</title>
 
           <para>
-              This note only applies if you have set up Toaster
-              for local development, as explained in
-              <link linkend='starting-toaster-for-local-development'>
-                section 3.1.</link>
+              This section only applies if you have set up Toaster
+              for local development, as explained in the
+              "<link linkend='starting-toaster-for-local-development'>Starting Toaster for Local Development</link>"
+              section.
           </para>
+
           <para>
               When you create a project in Toaster, you will be asked to
-              provide a name and to select a Yocto Project release. One
-              of the release options you will find is called
-              <emphasis>Local Yocto Project</emphasis>.
+              provide a name and to select a Yocto Project release.
+              One of the release options you will find is called
+              "Local Yocto Project".
               <imagedata fileref="figures/new-project.png" align="center" width="9in" />
           </para>
 
           <para>
-              When you select the <emphasis>Local Yocto Project</emphasis>
-              release, Toaster will run your builds using the local Yocto
+              When you select the "Local Yocto Project" release, Toaster
+              will run your builds using the local Yocto
               Project clone you have in your computer: the same clone
-              you are using to run Toaster. Unless you manually update
+              you are using to run Toaster.
+              Unless you manually update
               this clone, your builds will always use the same Git revision.
           </para>
 
           <para>
               If you select any of the other release options, Toaster
               will fetch the tip of your selected release from the upstream
-              <ulink url='https://git.yoctoproject.org'>Yocto Project
-              repository</ulink> every time you run a build. This effectively
+              <ulink url='https://git.yoctoproject.org'>Yocto Project repository</ulink>
+              every time you run a build.
+              Fetching this tip effectively
               means that if your selected release is updated upstream, the
               Git revision you are using for your builds will change.
               If you are doing development locally, you might not want this
-              to happen. In that case, the <emphasis>Local Yocto Project</emphasis>
+              change to happen.
+              In that case, the "Local Yocto Project"
               release might be the right choice.
           </para>
 
           <para>
-              However, the <emphasis>Local Yocto Project</emphasis> release
+              However, the "Local Yocto Project" release
               will not provide you with any compatible layers, other than the
               three core layers that come with the Yocto Project:
               <itemizedlist>
           <para>
               If you want to build any other layers, you will need to
               manually import them into your Toaster project, using the
-              <emphasis>Import layer</emphasis> page.
+              "Import layer" page.
               <imagedata fileref="figures/import-layer.png" align="center" width="9in" />
           </para>