[yocto] Multiple Repository support

Bruce Ashfield bruce.ashfield at windriver.com
Wed Dec 22 08:18:16 PST 2010


On 10-12-22 11:09 AM, Cliff Brake wrote:
> Hello,
>
> I've started collecting ideas from various emails on multiple
> repository support.
>
> http://wiki.openembedded.org/index.php/MultipleRepositoryMethods
>
> Please feel free to update the above page.
>
> In my mind, this is a key problem we need to solve, not just for
> Yocto/OE, but also for anyone doing product development.
>
> I've personally been using git submodules for most projects, and repo
> for Android based projects.
>
> Appreciate any ideas, experiences, or insights into how we solve this problem.

We've used (and walked away) from git submodules in the
past for some really large projects. Our experiences closely
match "the bad" on the wiki link you sent. I've met very
few people who can effectively manage active development
in a git submodule based environment. My blunt opinion is
that if I never see another one in my life, I'd probably
be happy. I haven't looked at a submodule in about a year,
so maybe they have been fixed for the better .. but I'm
skeptical.

The solution to the submodule chaos that was used
sucessfully was to create something we called
'subgits'. They use git, a wrapper script and standard
git configs. A subgit points to a remote repo, specifies
where it should be cloned, and has a place for special
properties. You can recursively pull from a top level
and have all subgits updated in a uniform fashion. The
model can be extended for multi repository development
as well. The big win here is that you can independently
update repos, use normal git workflows, or wrap it as
you want. Nothing is forced.

Note: all the functionality of submodules isn't present
here (global tracking, bisect, etc), but that was functionality
that wasn't really crucial.

Just some comments and opinions to throw into the
discussion.

Cheers,

Bruce



>
> Thanks,
> Cliff
>




More information about the yocto mailing list