[oe] [PATCH 4/7] Usermanual/getting_oe: Fix documentation errors

Koen Kooi koen.kooi at gmail.com
Wed May 26 06:17:53 UTC 2010


From: Chase Maupin <chase.maupin at ti.com>

* Fixed up typos and other errors in the documentation.

Signed-off-by: Chase Maupin <chase.maupin at ti.com>
Signed-off-by: Koen Kooi <k-kooi at ti.com>
---
 docs/usermanual/chapters/getting_oe.xml |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/docs/usermanual/chapters/getting_oe.xml b/docs/usermanual/chapters/getting_oe.xml
index d18c955..cb82220 100644
--- a/docs/usermanual/chapters/getting_oe.xml
+++ b/docs/usermanual/chapters/getting_oe.xml
@@ -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>
@@ -342,6 +342,16 @@ MACHINE = "om-gta01"</screen>
             </varlistentry>
 
             <varlistentry>
+              <term><literal>base-image</literal></term>
+              <listitem>
+                <para>Build and 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>
                 <para>Build an image without the X11, gtk+, or qt windowing
@@ -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>
-- 
1.7.0





More information about the Openembedded-devel mailing list