On Tue, 2011-02-22 at 16:48 +0100, Aeschbacher, Fabrice wrote: > > > -----Ursprüngliche Nachricht----- > > Von: Richard Purdie [mailto:[email protected]] > > Gesendet: Dienstag, 22. Februar 2011 16:15 > > An: Aeschbacher, Fabrice > > Cc: [email protected] > > Betreff: Re: [Bitbake-dev] [PATCH] add clearcase fetcher > > > > Hi, > > > > On Tue, 2011-02-22 at 11:18 +0100, Aeschbacher, Fabrice wrote: > > > Is there any interest to commit this patch? > > > > > > I've been using it successfully with following versions: > > > > > > 1.8.18, 1.10.1, 1.10.2, 1.12.0 > > > > > > (well, with a small difference now in > > lib/bb/fetch/__init__.py since 1.12.0) > > > > > > I could also extend the usermanual.xml > > > > There is interest, we just have a small dilemma as we're in the process > > of rewriting the fetcher API and this patch only provides a version for > > fetch, > > not fetch2. > > > > We can apply the fetch version but its likely the code would get removed > > again when we move to the new cleaned up fetcher APIs. > > Do you approximatively know when (or in which version)?
The new OE core layer is going to use fetch2 and will be used for the June/July stable OE release. > > Would you be able to provide a fetch2 version? > > Yes, I will _have_ to do it if the old fetcher API becomes obsolete The old API has many problems and is going to be obsoleted. > > You can test the fetch2 APIs in Poky. > > Is there any way with to test it with OE ? You could use the do_fetch/do_unpack functions from Poky, or use the new oecore repo to test this. You can enable the fetch2 code by setting BBFETCH2 in the environment as you noticed but there were API changes to the fetcher. Cheers, Richard _______________________________________________ Bitbake-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bitbake-dev
