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
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
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
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
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
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
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.
>
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