diff options
author | Chase Maupin <chasemaupin03@gmail.com> | 2010-05-26 03:09:32 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-05-28 12:00:31 -0400 |
commit | c39f6ea2eeb9807ccdd2232ea6485d3b8439351d (patch) | |
tree | 92f8efbf2ad00a00f19326138957ebfcb1775a5b /docs | |
parent | 89411c871a46343a515e0271be024e6a70cc9ded (diff) |
docs/getting_oe: Fix documentation errors
* 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>
Diffstat (limited to 'docs')
-rw-r--r-- | 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 d18c9557e3..c82df3a73f 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 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> <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> |