[bitbake-devel] [PATCH v2 0/3] fetch2: optimizations and pre-mirrors

Jason Wessel jason.wessel at windriver.com
Thu Jun 14 21:44:01 UTC 2012


The first patch is a simple optimization to use a local clone if using
a file:// URL.  This cuts down the kernel fetch in some configurations
considerably.

The second two patches AIM to allow for the possibility of using a
local git archive that is not stored in a tar.gz file.  Richard was
kind enough to explain the the use cases around the uri_replace() such
that I could create a test case to show why the prior version of the
patch was completely wrong.

The uri_replace() can rewrite one git URL to another git URL should
have mirrors at your local site, and the prior patches had no
possibility to deal with this, because the git method was re-used.

Thanks,
Jason.




More information about the bitbake-devel mailing list