* Parsing stalls at libinih
@ 2011-02-20 5:52 Mike Westerhof
2011-02-20 9:01 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Mike Westerhof @ 2011-02-20 5:52 UTC (permalink / raw)
To: openembedded-devel
Parsing stalled. Debugging shows its stuck on parsing libinih:
PV = "0.0+gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"
I think we had decided some time ago that OE recipes were to be nailed
down in some fashion such that one should be able to parse all the
recipes, at least, without a network connection.
Have I missed setting something for my distro so that the above lines
don't have to go to the libinih git repo for every parse?
For now, I've fixed it by masking out that recipe in my local.conf -- I
have no need for it. Is that the correct solution for recipes that do this?
Thanks,
-Mike (mwester)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Parsing stalls at libinih
2011-02-20 5:52 Parsing stalls at libinih Mike Westerhof
@ 2011-02-20 9:01 ` Khem Raj
2011-02-20 9:33 ` Frans Meulenbroeks
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2011-02-20 9:01 UTC (permalink / raw)
To: openembedded-devel
On Sat, Feb 19, 2011 at 9:52 PM, Mike Westerhof <mike@mwester.net> wrote:
> Parsing stalled. Debugging shows its stuck on parsing libinih:
>
> PV = "0.0+gitr${SRCPV}"
> PKGV = "${GITPKGVTAG}"
>
> I think we had decided some time ago that OE recipes were to be nailed
> down in some fashion such that one should be able to parse all the
> recipes, at least, without a network connection.
>
> Have I missed setting something for my distro so that the above lines
> don't have to go to the libinih git repo for every parse?
hmmm the problem seems to be because its using AUTOREV
there are few other recipes which are using autorev
recipes/libinih/libinih_git.bb:SRCREV = "${AUTOREV}"
recipes/linux/linux-jlime-ben-nanonote_2.6.36.bb:SRCREV = "${AUTOREV}"
recipes/linux/linux-jlime-jornada6xx_2.6.32.bb:SRCREV = "${AUTOREV}"
recipes/linux/linux-mini2440_2.6.30+git.bb:SRCREV = "${AUTOREV}"
recipes/nonworking/linux/linux-jlime-jornada6xx_2.6.25.bb:SRCREV = "${AUTOREV}"
I think if AUTOREV are not used in recipes directly
but instead collected in a conf file then this issue
may be avoided.
>
> For now, I've fixed it by masking out that recipe in my local.conf -- I
> have no need for it. Is that the correct solution for recipes that do this?
>
>
> Thanks,
> -Mike (mwester)
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Parsing stalls at libinih
2011-02-20 9:01 ` Khem Raj
@ 2011-02-20 9:33 ` Frans Meulenbroeks
0 siblings, 0 replies; 3+ messages in thread
From: Frans Meulenbroeks @ 2011-02-20 9:33 UTC (permalink / raw)
To: openembedded-devel
2011/2/20 Khem Raj <raj.khem@gmail.com>:
> On Sat, Feb 19, 2011 at 9:52 PM, Mike Westerhof <mike@mwester.net> wrote:
>> Parsing stalled. Debugging shows its stuck on parsing libinih:
>>
>> PV = "0.0+gitr${SRCPV}"
>> PKGV = "${GITPKGVTAG}"
>>
>> I think we had decided some time ago that OE recipes were to be nailed
>> down in some fashion such that one should be able to parse all the
>> recipes, at least, without a network connection.
>>
>> Have I missed setting something for my distro so that the above lines
>> don't have to go to the libinih git repo for every parse?
>
> hmmm the problem seems to be because its using AUTOREV
>
> there are few other recipes which are using autorev
> recipes/libinih/libinih_git.bb:SRCREV = "${AUTOREV}"
> recipes/linux/linux-jlime-ben-nanonote_2.6.36.bb:SRCREV = "${AUTOREV}"
> recipes/linux/linux-jlime-jornada6xx_2.6.32.bb:SRCREV = "${AUTOREV}"
> recipes/linux/linux-mini2440_2.6.30+git.bb:SRCREV = "${AUTOREV}"
> recipes/nonworking/linux/linux-jlime-jornada6xx_2.6.25.bb:SRCREV = "${AUTOREV}"
>
> I think if AUTOREV are not used in recipes directly
> but instead collected in a conf file then this issue
> may be avoided.
>
>>
>> For now, I've fixed it by masking out that recipe in my local.conf -- I
>> have no need for it. Is that the correct solution for recipes that do this?
>>
>>
>> Thanks,
>> -Mike (mwester)
I'm looking into this.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-20 9:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-20 5:52 Parsing stalls at libinih Mike Westerhof
2011-02-20 9:01 ` Khem Raj
2011-02-20 9:33 ` Frans Meulenbroeks
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.