From 5eb5026f290d27352958ae5bbcdf524c3f6361e1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 11 Aug 2009 12:27:28 +0200 Subject: usermanual: Do not ask to use svn for bitbake --- docs/usermanual/chapters/getting_oe.xml | 39 +++++++++------------------------ 1 file changed, 10 insertions(+), 29 deletions(-) (limited to 'docs') diff --git a/docs/usermanual/chapters/getting_oe.xml b/docs/usermanual/chapters/getting_oe.xml index 83fbad1fab..5d6709321a 100644 --- a/docs/usermanual/chapters/getting_oe.xml +++ b/docs/usermanual/chapters/getting_oe.xml @@ -50,41 +50,22 @@ $ cd $OEBASE set the PATH variable so that the BitBake tools are accessible (see ). -
Getting <application>BitBake</application> Using Subversion - To checkout the latest version of the BitBake 1.8 branch, use the - following command: +
Downloading a <application>BitBake</application> release + Releases are available from the berlios project website. The current + release series is BitBake 1.8 + and the current release is 1.8.12. To download execute + the following commands: -$ cd $OEBASE -$ svn co svn://svn.berlios.de/bitbake/branches/bitbake-1.8/ bitbake +$ cd $OEBASE +$ wgethttp://download.berlios.de/bitbake/bitbake-1.8.12.tar.gz +$ tar xvzf bitbake-1.8.12.tar.gz +$ mv bitbake-1.8.12 bitbake - BitBake is checked out now and + BitBake is now downloaded and the $OEBASE directory will contain a bitbake/ subdirectory. - - If you need to access a Subversion server through a proxy, see the - SVN FAQ - -
- -
Updating <application>BitBake</application> - Bitbake is being revised fairly often. Periodically it's a good - idea to check the repository of bitbake stable branches to see if a - new stable branch is available or if the current branch has been - revised. Compare your existing bitbake directory with the latest - bitbake branch in the repository. Your existing bitbake branch and - its 'last changed revision' number can be found as follows: - - $ cd $OEBASE/bitbake; svn info - - If there is a new stable branch, you will want to move or delete - your existing bitbake directory and repeat the process listed above - under "To obtain bitbake". If there is no new branch, it is easy to - update bitbake: - - $ cd $OEBASE/bitbake; svn update -
-- cgit v1.2.3