docs/getting_oe: Fix documentation errors
authorChase Maupin <chasemaupin03@gmail.com>
Wed, 26 May 2010 03:09:32 +0000 (03:09 +0000)
committerDenys Dmytriyenko <denis@denix.org>
Fri, 28 May 2010 16:00:31 +0000 (12:00 -0400)
* Fixed up typos and other errors in the documentation.

Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
docs/usermanual/chapters/getting_oe.xml

index d18c955..c82df3a 100644 (file)
@@ -98,7 +98,7 @@ $ <command>git</command> clone git://git.openembedded.org/openembedded</screen>
         seems good practice to update your OpenEmbedded tree at least
         daily. To do this, run:
         <screen>
-$ <command>cd</command> $OEBASE
+$ <command>cd</command> $OEBASE/openembedded
 $ <command>git</command> pull</screen>
       </para>
     </section>
@@ -142,7 +142,7 @@ $ <command>git</command> pull</screen>
 
       <para>Since the path to your OpenEmbedded installation will be used in
         many places, setting it in your environment will allow you to use
-        the <varname>$OEBASE</varname> variable in all pathes and make it
+        the <varname>$OEBASE</varname> variable in all paths and make it
         easier to change in the future should the need arise. To
         set <varname>$OEBASE</varname> if you use a Bourne like shell
         <footnote>
@@ -341,6 +341,16 @@ MACHINE = "om-gta01"</screen>
               </listitem>
             </varlistentry>
 
+            <varlistentry>
+              <term><literal>base-image</literal></term>
+              <listitem>
+                <para>Build an image that is the smallest possible image
+                  which allows for ssh access and the ability to install
+                  additional packages using ipkg.
+                </para>
+              </listitem>
+            </varlistentry>
+
             <varlistentry>
               <term><literal>console-image</literal></term>
               <listitem>
@@ -463,9 +473,10 @@ MACHINE = "om-gta01"</screen>
             </varlistentry>
 
             <varlistentry>
-              <term><literal>task-native-sdk</literal></term>
+              <term><literal>task-sdk-native</literal></term>
               <listitem>
-                <para>Mata-package for native (on-device) SDK.
+                <para>Meta-package for native (on-device) SDK.  i.e. libc, gcc,
+                  make, etc.
                 </para>
               </listitem>
             </varlistentry>
@@ -536,6 +547,13 @@ MACHINE = "om-gta01"</screen>
                 <para>Builds the appropriate kernel for your device.</para>
               </listitem>
             </varlistentry>
+
+            <varlistentry>
+              <term><literal>virtual/bootloader</literal></term>
+              <listitem>
+                <para>Builds the appropriate bootloader for your device.</para>
+              </listitem>
+            </varlistentry>
           </variablelist>
         </para>
       </section>