From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vms173019pub.verizon.net ([206.46.173.19]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1OHJYu-0004Pr-Sn for openembedded-devel@lists.openembedded.org; Wed, 26 May 2010 18:34:33 +0200 Received: from gandalf.denix.org ([unknown] [71.255.238.44]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L3100KC6CHSJ840@vms173019.mailsrvcs.net> for openembedded-devel@lists.openembedded.org; Wed, 26 May 2010 11:29:58 -0500 (CDT) Received: by gandalf.denix.org (Postfix, from userid 1000) id 5B3A214AF60; Wed, 26 May 2010 12:29:52 -0400 (EDT) Date: Wed, 26 May 2010 12:29:52 -0400 From: Denys Dmytriyenko To: openembedded-devel@lists.openembedded.org Message-id: <20100526162952.GE23464@denix.org> References: <1274879375-19626-1-git-send-email-chase.maupin@ti.com> <1274879375-19626-2-git-send-email-chase.maupin@ti.com> MIME-version: 1.0 In-reply-to: <1274879375-19626-2-git-send-email-chase.maupin@ti.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-SA-Exim-Connect-IP: 206.46.173.19 X-SA-Exim-Mail-From: denis@denix.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Cc: Chase Maupin Subject: Re: [PATCHv2 2/7] comparing: Fix documentation errors X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2010 16:34:33 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline On Wed, May 26, 2010 at 08:09:30AM -0500, Chase Maupin wrote: > * Fixed up typos and other errors in the documentation. > > Signed-off-by: Chase Maupin Acked-by: Denys Dmytriyenko > --- > docs/usermanual/chapters/comparing.xml | 18 +++++++++--------- > 1 files changed, 9 insertions(+), 9 deletions(-) > > diff --git a/docs/usermanual/chapters/comparing.xml b/docs/usermanual/chapters/comparing.xml > index 1347010..cfdaa95 100644 > --- a/docs/usermanual/chapters/comparing.xml > +++ b/docs/usermanual/chapters/comparing.xml > @@ -5,13 +5,13 @@ >
> buildroot > > - Writing of BitBake recipes is more easy > + Writing of BitBake recipes is easier > and more intuitive than writing Makefiles while providing higher > flexibility. This allows you to tweak specific recipes for your very > - special needs and to add new recipes very fast. You can build toolchains, > + special needs and to add new recipes quickly. You can build toolchains, > Software Distribution Kits (SDKs), complete Distributions or just single > - packages. The flexibility of OpenEmbedded allows you to reuse the once > - written recipes for many different purposes. OpenEmbedded provides > + packages. The flexibility of OpenEmbedded allows you to reuse recipes > + for many different purposes. OpenEmbedded provides > everything buildroot will be able to provide. But in contrast to buildroot > OpenEmbedded will allow you to achieve what you really want to achieve. > You can add new package formats, new filesystems, new output formats > @@ -21,11 +21,11 @@ >
> crosstool > > - Crosstool allows to create toolchains for you. It can only create > + Crosstool allows the creation of toolchains. It can only create > the initial toolchain for you. It will not compile other needed libraries > - or applications for you, it will not be able to track dependencies or to > + or applications for you, it will not be able to track dependencies or > package them properly. OpenEmbedded supports all configurations crosstool > - supports. You can start to create toolchains with OpenEmbedded, then as > + supports. You can start by creating toolchains with OpenEmbedded, then as > your needs grow create a more complete SDK from already present base > libraries and applications and if you recognize you need to have packages > for the target you have them almost built already. > @@ -38,7 +38,7 @@ > cross-compiling is hard itself but many people misuse the buildsystem they > use to build their software. This will lead to a variety of issues you can > run into. This can be failing tests on configuration because of executing > - cross compiled binaries or crashes at run-time due wrong sizes of basic > + cross compiled binaries or crashes at run-time due to wrong sizes of basic > types. When utilizing OpenEmbedded you avoid searching for patches at many > different places and will be able to get things done more quickly. > OpenEmbedded allows you to choose from a pool > @@ -48,4 +48,4 @@ > output formats and filesystems. This allows you to create complete and > specialized distributions easily. >
> - > \ No newline at end of file > + > -- > 1.6.0.4 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel