[yocto] Git tool/command problems with YOCTO Open Source repos

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Wed Nov 28 04:18:32 PST 2018


Zoran Stojsavljevic <zoran.stojsavljevic at gmail.com> writes:

> On the other note, repo is GOOGLE tool. Promoted by them. Most of the
> ARM followers (such as Toradex) use repo tool.

fwiw, I suggest to use just the plain 'git submodule'.  It works perfectly
to build a BSP and uses a native git workflow.  E.g. look at

             https://gitlab.com/ensc-groups/bpi-router/BSP

A plain 'git clone --recursive' will download the complete BSP and you
can use 'git remote update --remote' to synchronize layers.


Google 'repo' is crap and adds only a very small value (better mirroring
and 'repo grep') compared to submodules.



Enrico


More information about the yocto mailing list