Re: [OE-core] Use of multiple GIT repositories in SRCREV but updating PV

2011-09-05 Thread Otavio Salvador
On Mon, Sep 5, 2011 at 16:31, Richard Purdie wrote: > Just to follow up for the benefit of the mailing list, we were missing a > patch Holger submitted a while back for this problem which has now > merged into bitbake master. You can now tell the fetcher to use > something other than "git" as the

Re: [OE-core] Use of multiple GIT repositories in SRCREV but updating PV

2011-09-05 Thread Richard Purdie
On Mon, 2011-08-29 at 14:24 -0300, Otavio Salvador wrote: > On Sun, Aug 28, 2011 at 04:41, Richard Purdie > wrote: > > See linux-yocto as an example. You need to name the two git uris: > > > > SRC_URI = "\ > > git://git.yoctoproject.org/linux-yocto-a;protocol=git;name=machine \ > > git://git.yocto

Re: [OE-core] Use of multiple GIT repositories in SRCREV but updating PV

2011-08-29 Thread Otavio Salvador
On Sun, Aug 28, 2011 at 04:41, Richard Purdie wrote: > See linux-yocto as an example. You need to name the two git uris: > > SRC_URI = "\ > git://git.yoctoproject.org/linux-yocto-a;protocol=git;name=machine \ > git://git.yoctoproject.org/linux-yocto-b;protocol=git;name=meta \ > " I did it locally

Re: [OE-core] Use of multiple GIT repositories in SRCREV but updating PV

2011-08-28 Thread Richard Purdie
On Sat, 2011-08-27 at 09:18 -0300, Otavio Salvador wrote: > On Fri, Aug 26, 2011 at 18:40, Richard Purdie > wrote: > > On Fri, 2011-08-26 at 18:06 -0300, Otavio Salvador wrote: > >> We have two recipes that use a common static library and every time we > >> change something on this library we need

Re: [OE-core] Use of multiple GIT repositories in SRCREV but updating PV

2011-08-27 Thread Otavio Salvador
On Fri, Aug 26, 2011 at 18:40, Richard Purdie wrote: > On Fri, 2011-08-26 at 18:06 -0300, Otavio Salvador wrote: >> We have two recipes that use a common static library and every time we >> change something on this library we need to bump PR of those recipes. >> We want to avoid that specially for

Re: [OE-core] Use of multiple GIT repositories in SRCREV but updating PV

2011-08-26 Thread Chris Larson
On Fri, Aug 26, 2011 at 2:40 PM, Richard Purdie wrote: > On Fri, 2011-08-26 at 18:06 -0300, Otavio Salvador wrote: >> We have two recipes that use a common static library and every time we >> change something on this library we need to bump PR of those recipes. >> We want to avoid that specially f

Re: [OE-core] Use of multiple GIT repositories in SRCREV but updating PV

2011-08-26 Thread Richard Purdie
On Fri, 2011-08-26 at 18:06 -0300, Otavio Salvador wrote: > We have two recipes that use a common static library and every time we > change something on this library we need to bump PR of those recipes. > We want to avoid that specially for daily builds that will be using > GIT AUTOREV support. >

[OE-core] Use of multiple GIT repositories in SRCREV but updating PV

2011-08-26 Thread Otavio Salvador
Hello, We have two recipes that use a common static library and every time we change something on this library we need to bump PR of those recipes. We want to avoid that specially for daily builds that will be using GIT AUTOREV support. For it to work, we need to have a way to put two SRCREV in