[Openembedded-users] Local SVN repositories

Shane Dixon shane.dixon at atmel.com
Wed Mar 11 22:33:58 UTC 2009


I found a solution that worked for me.  It looks like this happens when
using Angstrom as the distro.  There's a variable called:

CVS_TARBALL_STASH

I had to go to my local.conf and replace it with 

CVS_TARBALL_STASH = ""

to ensure that it's blank.

--
Shane

On Tue, 2009-03-10 at 09:22 -0600, Shane Dixon wrote:
> I have a local SVN repository that contains a project that I'm working
> on for a target board.  Part of my build process is to check out HEAD
> from the SVN repository and build that.  I noticed that OE keeps a
> sources/server_path_HEAD.tar.gz which is a zip of the checked out files
> in the sources/svn folder.  
> 
> The problem that I'm seeing is that every time I try to build from HEAD,
> it tries to find this .tar.gz file on a remote server (usually 
> http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org).  Of course this
> fails because the repository is only local and it's not a particular
> snapshot.  I'm actively developing from HEAD.  This causes a 20-minute
> delay as it checks the utwente.nl site 5 times and times out before
> proceeding.
> 
> How can I avoid this?
> 
-- 
Shane Dixon
Atmel Corporation
Office: 719.540.1123
E-mail: shane.dixon at atmel.com




More information about the Openembedded-users mailing list