From 574da3638393e9e64730a671f74f71f0503ba396 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 22 Dec 2007 11:25:12 +0000 Subject: usermanual.xml: Update bitbake references to 1.8. --- usermanual/usermanual.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/usermanual/usermanual.xml b/usermanual/usermanual.xml index f977bc3bb9..645d47e195 100644 --- a/usermanual/usermanual.xml +++ b/usermanual/usermanual.xml @@ -169,16 +169,16 @@ It's important to use += so it will get appended to the sta Getting OpenEmbedded
Getting <application>BitBake</application> - The required version of BitBake is changing rapidly. At the time of writing (16th of May 2006) BitBake 1.4.2 was required. - A safe method is to get BitBake from the stable Subversion branch. + The required version of BitBake is changing rapidly. At the time of writing (end of 2007) BitBake 1.8.latest was required. + A good method is to get BitBake from the stable Subversion branch. -svn co http://svn.berlios.de/svnroot/repos/bitbake/branches/bitbake-1.4 +svn co http://svn.berlios.de/svnroot/repos/bitbake/branches/bitbake-1.8 ... -A bitbake-1.4/classes/base.bbclass -U bitbake-1.4 -Ausgecheckt, Revision 516. +A bitbake-1.8/classes/base.bbclass +U bitbake-1.8 +At revision 986. - BitBake is checked out now; this completes the first and most critical dependency of OpenEmbedded. Issuing svn up in the bitbake-1.4 directory will update BitBake to the latest stable version, but generally it is a good idea to stick with a specific known working version of BitBake until OpenEmbedded asks you to upgrade. + BitBake is checked out now; this completes the first and most critical dependency of OpenEmbedded. Issuing svn update in the bitbake-1.8 directory will update BitBake to the latest stable version, but generally it is a good idea to stick with a specific known working version of BitBake until OpenEmbedded asks you to upgrade.
-- cgit 1.2.3-korg