From aa6bc115054acc2507119086ebfc7995873c67ca Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 3 Nov 2009 23:01:11 +0000 Subject: User manual typoes and aesthetics, chapter 2 only. 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 Signed-off-by: Holger Hans Peter Freyther --- docs/usermanual/chapters/getting_oe.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/usermanual/chapters/getting_oe.xml b/docs/usermanual/chapters/getting_oe.xml index e8d1f2cc9d..8d9c5b7a0a 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. -- cgit 1.2.3-korg