From 0a2c8ed515f5bf32be554a37623963954dec80dc Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Wed, 6 Jun 2007 15:09:41 +0000 Subject: usermanual.xml: Replace references to bitbake 1.6 with 1.8. The change is a little bit early as 1.8 is not yet officially required. But the general consensus in IRC seems to be that whenever somebody with a problem pops in that is on 1.6 to just update to 1.8. --- usermanual/usermanual.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/usermanual/usermanual.xml b/usermanual/usermanual.xml index cee77476fd..06ccf59573 100644 --- a/usermanual/usermanual.xml +++ b/usermanual/usermanual.xml @@ -268,20 +268,20 @@ FILES_${PN} += "/usr/weirdpath/importantfile.foo" Getting <application>BitBake</application> The required version of BitBake is - changing rapidly. At the time of writing (15th of October 2006) - BitBake 1.6.0 was required. + changing rapidly. At the time of writing (30th of June 2007) + BitBake 1.8.2 was required. - A safe method is to get BitBake from a - stable (even mior number) Subversion branch. -svn co http://svn.berlios.de/svnroot/repos/bitbake/branches/bitbake-1.6 + A safe method is to get the BitBake from a + stable Subversion branch (those with an even minor number). +svn co http://svn.berlios.de/svnroot/repos/bitbake/branches/bitbake-1.8 ... -A bitbake-1.6/classes/base.bbclass -U bitbake-1.6 -At revision 570. +A bitbake-1.8/classes/base.bbclass +U bitbake-1.8 +At revision 827. BitBake is checked out now; this completes the first and most critical dependency of OpenEmbedded. Issuing svn up in the - bitbake-1.6 directory will update + 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 -- cgit 1.2.3-korg