"Søren Holm" <s...@sgh.dk> wrote:
>Hello
>
>What is the best way to manage a private repo with recipes as well as
>meta-oe, 
>meta-core and meta-angstrom.

>Currently I have a private repo that has the layers attached as
>submodules. Is 
>that a crazy setup or what?

We're doing the same internally at ChargeStorm. One benefit is that we're 
having our "master" repo keeping track of all the layers that we're using and 
which revision of those layers. 

Other people / projects just use a shell script checking out the desired 
layers. Some people combines layers into one huge repo (though I'd personally 
not recommend that approach). (That'd be similar to how Poky is being managed). 

Yet other people / projects use repo. 

It's up to what you're comfortable with in the end. 

> ...... and while  I'm at it - which
>revision of 
>all those layers are ment to match together? does master og meta-oe
>match 
>master of meta-core or do they have simmilar tags/branches.

Yes, in general master of all (most) layers are intended to be used with master 
from oe-core. Most layers k att least bigger and more used ones) try to support 
a few old releases, and typically do this using the same branch name as used in 
oe-core. 

Cheers, 
Anders 

-- 
ChargeStorm AB / eStorm 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to