From: Stefan Schmidt <stefan@datenfreihafen.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 4/7] Usermanual/getting_oe: Fix documentation errors
Date: Wed, 26 May 2010 08:49:18 +0200 [thread overview]
Message-ID: <20100526064918.GH22917@excalibur.local> (raw)
In-Reply-To: <1274854676-5931-4-git-send-email-koen@openembedded.org>
On Wed, 2010-05-26 at 08:17, Koen Kooi wrote:
> From: Chase Maupin <chase.maupin@ti.com>
>
> * Fixed up typos and other errors in the documentation.
>
> Signed-off-by: Chase Maupin <chase.maupin@ti.com>
> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Non-native speaker ack:
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
> ---
> 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
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2010-05-26 14:44 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-26 6:17 [PATCH 1/7] Usermanual/common_use_cases: Fix documentation errors Koen Kooi
2010-05-26 6:17 ` [PATCH 2/7] Usermanual/comparing: " Koen Kooi
2010-05-26 6:48 ` Stefan Schmidt
2010-05-26 6:17 ` [PATCH 3/7] Usermanual/features: " Koen Kooi
2010-05-26 6:49 ` Stefan Schmidt
2010-05-26 7:40 ` Bernhard Reutner-Fischer
2010-05-26 6:17 ` [PATCH 4/7] Usermanual/getting_oe: " Koen Kooi
2010-05-26 6:49 ` Stefan Schmidt [this message]
2010-05-26 7:42 ` Bernhard Reutner-Fischer
2010-05-26 6:17 ` [PATCH 5/7] Usermanual/metadata: " Koen Kooi
2010-05-26 6:49 ` Stefan Schmidt
2010-05-26 8:06 ` Bernhard Reutner-Fischer
2010-05-26 6:17 ` [PATCH 6/7] Usermanual/recipes: " Koen Kooi
2010-05-26 6:49 ` Stefan Schmidt
2010-05-26 6:17 ` [PATCH 7/7] Usermanual/usage: " Koen Kooi
2010-05-26 6:49 ` Stefan Schmidt
2010-05-26 6:48 ` [PATCH 1/7] Usermanual/common_use_cases: " Stefan Schmidt
2010-05-26 7:38 ` Bernhard Reutner-Fischer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100526064918.GH22917@excalibur.local \
--to=stefan@datenfreihafen.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox