aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-06 15:09:41 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-06 15:09:41 +0000
commit0a2c8ed515f5bf32be554a37623963954dec80dc (patch)
tree3db5f2459e3cb409d37125ecac5a37ce349dfdfa
parent9f2bde8b28e91f2e5663ee497565e6f89bb5ea5a (diff)
downloadopenembedded-0a2c8ed515f5bf32be554a37623963954dec80dc.tar.gz
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.
-rw-r--r--usermanual/usermanual.xml18
1 files 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"
<title>Getting <application>BitBake</application></title>
<para>The required version of <application>BitBake</application> is
- changing rapidly. At the time of writing (15th of October 2006)
- <application>BitBake</application> 1.6.0 was required.</para>
+ changing rapidly. At the time of writing (30th of June 2007)
+ <application>BitBake</application> 1.8.2 was required.</para>
- <para>A safe method is to get <application>BitBake</application> from a
- stable (even mior number) Subversion branch. <screen>
-<command>svn</command> co http://svn.berlios.de/svnroot/repos/bitbake/branches/bitbake-1.6
+ <para>A safe method is to get the <application>BitBake</application> from a
+ stable Subversion branch (those with an even minor number). <screen>
+<command>svn</command> 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.
</screen> <application>BitBake</application> is checked out now;
this completes the first and most critical dependency of OpenEmbedded.
Issuing <command>svn</command> <command>up</command> in the
- <emphasis>bitbake-1.6</emphasis> directory will update
+ <emphasis>bitbake-1.8</emphasis> directory will update
<application>BitBake</application> to the latest stable version, but
generally it is a good idea to stick with a specific known working
version of <application>BitBake</application> until OpenEmbedded asks