[oe-commits] org.oe.documentation usermanual.xml: Update bitbake references to 1.8.

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Dec 22 15:45:54 UTC 2007


usermanual.xml: Update bitbake references to 1.8.

Author: pfalcon at openembedded.org
Branch: org.openembedded.documentation
Revision: b623c41b8068d7044339eb30169499bc4766c17d
ViewMTN: http://monotone.openembedded.org/revision/info/b623c41b8068d7044339eb30169499bc4766c17d
Files:
1
usermanual/usermanual.xml
Diffs:

#
# mt diff -r15c2c110acf7fb86bba449ddb32a8c46f9da1ff7 -rb623c41b8068d7044339eb30169499bc4766c17d
#
# 
# 
# patch "usermanual/usermanual.xml"
#  from [2722522ef8bff00385245dcfa78746958e603142]
#    to [038b23c506825c45684aa3ca1e12d3601b3c5a14]
# 
============================================================
--- usermanual/usermanual.xml	2722522ef8bff00385245dcfa78746958e603142
+++ usermanual/usermanual.xml	038b23c506825c45684aa3ca1e12d3601b3c5a14
@@ -169,16 +169,16 @@ It's important to use <emphasis>+=</emph
         <title>Getting OpenEmbedded</title>
         <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>The required version of <application>BitBake</application> is changing rapidly. At the time of writing (end of 2007) <application>BitBake</application> 1.8.latest was required.</para>
+            <para>A good method is to get <application>BitBake</application> from the stable 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.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.
             </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.
+            <application>BitBake</application> is checked out now; this completes the first and most critical dependency of OpenEmbedded. Issuing <command>svn</command> <command>update</command> in the <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 you to upgrade.
             </para>
         </section>
 






More information about the Openembedded-commits mailing list