aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual/usermanual.xml
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-09-09 09:56:55 +0000
committerKoen Kooi <koen@openembedded.org>2006-09-09 09:56:55 +0000
commitced7f735132aaeaf98b6ea4f644ff31700d77387 (patch)
tree1232c29c047cad7a98277a26c1e7bc9660ddd347 /usermanual/usermanual.xml
parentc52f033eb5df183b8f4f85ce1b79f92e35ba604c (diff)
downloadopenembedded-ced7f735132aaeaf98b6ea4f644ff31700d77387.tar.gz
usermanual/usermanual.xml: use bitbake 1.6 branch
Diffstat (limited to 'usermanual/usermanual.xml')
-rw-r--r--usermanual/usermanual.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/usermanual/usermanual.xml b/usermanual/usermanual.xml
index 2c68307163..5514563a98 100644
--- a/usermanual/usermanual.xml
+++ b/usermanual/usermanual.xml
@@ -184,13 +184,13 @@ It's important to use <emphasis>+=</emphasis> so it will get appended to the sta
<section>
<title>Getting <application>BitBake</application></title>
<para>The required version of <application>BitBake</application> is changing rapidly. At the time of writing (16th of May 2006) <application>BitBake</application> 1.4.2 was required.</para>
- <para>A safe method is to get <application>BitBake</application> from the stable Subversion branch.
+ <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.4
+<command>svn</command> co http://svn.berlios.de/svnroot/repos/bitbake/branches/bitbake-1.6
...
-A bitbake-1.4/classes/base.bbclass
-U bitbake-1.4
-Ausgecheckt, Revision 516.
+A bitbake-1.6/classes/base.bbclass
+U bitbake-1.6
+Ausgecheckt, Revision 570.
</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.4</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 you to upgrade.
</para>