All of lore.kernel.org
 help / color / mirror / Atom feed
* PREMIRRORS in yocto, do they actually work?
@ 2011-01-02 17:08 Koen Kooi
  2011-01-02 17:15 ` Gary Thomas
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Koen Kooi @ 2011-01-02 17:08 UTC (permalink / raw)
  To: poky

Hi,

I would like to have the fetchter try my PREMIRROS first before trying to fetch from git. In OE I have the following in a bbclass:

PREMIRRORS_append () {
git://.*/.* http://www.angstrom-distribution.org/unstable/sources/
}

When used in OE that works, but in yocto it doesn't. So I tried to do it poky style in a .inc:

PREMIRRORS_append = "\
git://.*/.*   http:/www.angstrom-distribution.org/sources/ \n"

Which also doesn't work since it doesn't try to fetch from there, but it does mention "http:/www.angstrom-distribution.org/sources/" in the fetch error message when git read-tree fails.

So my question: how do I make it work in yocto like it works in OE?

regards,

Koen

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-01-14 22:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-02 17:08 PREMIRRORS in yocto, do they actually work? Koen Kooi
2011-01-02 17:15 ` Gary Thomas
2011-01-06  7:14   ` Yu Ke
2011-01-06  7:39     ` Frans Meulenbroeks
2011-01-06 11:07       ` Yu Ke
2011-01-06 12:08         ` Frans Meulenbroeks
2011-01-06 15:06     ` Gary Thomas
2011-01-07  7:55       ` Yu Ke
2011-01-14 22:05         ` Gary Thomas
2011-01-02 17:15 ` Koen Kooi
     [not found] ` <1293990824.18787.428.camel@eha>
2011-01-02 19:01   ` Koen Kooi
2011-01-06  7:00     ` Yu Ke
2011-01-06  7:18       ` Koen Kooi
2011-01-06 10:22         ` Yu Ke

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.