From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [64.235.106.9] (helo=astoria.ccjclearline.com) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1N5blm-0005NK-Nh for openembedded-devel@lists.openembedded.org; Wed, 04 Nov 2009 10:03:14 +0100 Received: from cpe002129687b04-cm001225dbafb6.cpe.net.cable.rogers.com ([99.235.241.187] helo=crashcourse.ca) by astoria.ccjclearline.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1N5bkE-0002YP-TQ for openembedded-devel@lists.openembedded.org; Wed, 04 Nov 2009 04:01:35 -0500 Date: Wed, 4 Nov 2009 04:01:11 -0500 (EST) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost To: OpenEmbedded Development mailing list Message-ID: User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - astoria.ccjclearline.com X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: X-SA-Exim-Connect-IP: 64.235.106.9 X-SA-Exim-Mail-From: rpjday@crashcourse.ca X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: No (on linuxtogo.org); Unknown failure Subject: [PATCH] User manual typoes and aesthetics, chapter 2 only. 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, 04 Nov 2009 09:03:14 -0000 Content-Type: TEXT/PLAIN; charset=US-ASCII Some minor cleanups for Chapter 2 of the User Manual: * add some DocBook tags for filenames * update BitBake version to 1.8.16 * add missing space after "wget" command * correct misspelled "local/conf" to "local.conf" Signed-off-by: Robert P. J. Day --- diff --git a/docs/usermanual/chapters/getting_oe.xml b/docs/usermanual/chapters/getting_oe.xml index e8d1f2c..8d9c5b7 100644 --- a/docs/usermanual/chapters/getting_oe.xml +++ b/docs/usermanual/chapters/getting_oe.xml @@ -30,9 +30,9 @@ $ cd $OEBASE you to build your applications and images. - The $OEBASE will also contain both bitbake/ and - openembedded/ directories. These will be discussed in - and + The $OEBASE will also contain both of the + bitbake/ and openembedded/ directories. + These will be discussed in and . @@ -47,19 +47,19 @@ $ cd $OEBASE directory of openembedded/ and build/ directories. Indeed, as bitbake is written in python it does not need compilation for being used. You'll just have to - set the PATH variable so that the BitBake tools are accessible (see - ). + set the PATH variable so that the BitBake tools are + accessible (see ).
Downloading a <application>BitBake</application> release Releases are available from the berlios project website. The current release series is BitBake 1.8 - and the current release is 1.8.12. To download execute + and the current release is 1.8.16. To download execute the following commands: $ cd $OEBASE -$ wgethttp://download.berlios.de/bitbake/bitbake-1.8.12.tar.gz -$ tar -xvzf bitbake-1.8.12.tar.gz -$ mv bitbake-1.8.12 bitbake +$ wget http://download.berlios.de/bitbake/bitbake-1.8.16.tar.gz +$ tar -xvzf bitbake-1.8.16.tar.gz +$ mv bitbake-1.8.16 bitbake @@ -270,7 +270,7 @@ MACHINE = "om-gta01" BitBake file is a logical unit of tasks to be executed. Normally this is a package to be built. Inter-recipe dependencies are obeyed. The recipes are located by BitBake via the BBFILES variable (set - in your $OEBASE/build/conf/local/conf), which is a + in your $OEBASE/build/conf/local.conf), which is a space separated list of .bb files, and does handle wildcards. ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Linux Consulting, Training and Kernel Pedantry. Web page: http://crashcourse.ca Twitter: http://twitter.com/rpjday ========================================================================