[oe-commits] org.oe.documentation usermanual/usermanual.xml: use bitbake 1.6 branch

koen commit openembedded-commits at lists.openembedded.org
Sat Sep 9 10:00:44 UTC 2006


usermanual/usermanual.xml: use bitbake 1.6 branch

Author: koen at openembedded.org
Branch: org.openembedded.documentation
Revision: 96afe58b4b68d1e17200f0885e0d915d698600f0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=96afe58b4b68d1e17200f0885e0d915d698600f0
Files:
1
usermanual/usermanual.xml
Diffs:

#
# mt diff -re109add8881ec957c8a3085fd7ac03e4e747906b -r96afe58b4b68d1e17200f0885e0d915d698600f0
#
# 
# 
# patch "usermanual/usermanual.xml"
#  from [86f06cbdc5b521ff1ad6a332e1a0c7bc410632a1]
#    to [760e1b0dc9ef555a6beb450be6f20881129ad1bb]
# 
============================================================
--- usermanual/usermanual.xml	86f06cbdc5b521ff1ad6a332e1a0c7bc410632a1
+++ usermanual/usermanual.xml	760e1b0dc9ef555a6beb450be6f20881129ad1bb
@@ -184,13 +184,13 @@ It's important to use <emphasis>+=</emph
         <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>






More information about the Openembedded-commits mailing list