All of lore.kernel.org
 help / color / mirror / Atom feed
* ALT_SRC_URI ?
@ 2012-05-30 14:20 David Nyström
  2012-05-30 16:08 ` McClintock Matthew-B29882
  0 siblings, 1 reply; 3+ messages in thread
From: David Nyström @ 2012-05-30 14:20 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Hi,

Since meta-fsl-ppc:s git daemon(git://git.freescale.com) was down, I 
experimented with adding the http reference as a mirror.

MIRRORS_prepend = "\
git://git.freescale.com/ppc/sdk/linux.git 
git://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git;protocol=http \n "

Which failed and gave me:
http://pastebin.com/5sTQ0eMC

It shows bitbake trying to fetch something assumed to be created as a 
bitbake mirror, mangling the name.

How would I go about doing above ?, getting it to failover to my own 
specified link ?

I'm on denzil.

Br,
David





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

* Re: ALT_SRC_URI ?
  2012-05-30 14:20 ALT_SRC_URI ? David Nyström
@ 2012-05-30 16:08 ` McClintock Matthew-B29882
  2012-05-30 17:12   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: McClintock Matthew-B29882 @ 2012-05-30 16:08 UTC (permalink / raw)
  To: David Nyström; +Cc: yocto@yoctoproject.org

On Wed, May 30, 2012 at 9:20 AM, David Nyström <david.nystrom@enea.com> wrote:
> Hi,
>
> Since meta-fsl-ppc:s git daemon(git://git.freescale.com) was down, I
> experimented with adding the http reference as a mirror.
>
> MIRRORS_prepend = "\
> git://git.freescale.com/ppc/sdk/linux.git
> git://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git;protocol=http \n "
>
> Which failed and gave me:
> http://pastebin.com/5sTQ0eMC
>
> It shows bitbake trying to fetch something assumed to be created as a
> bitbake mirror, mangling the name.
>
> How would I go about doing above ?, getting it to failover to my own
> specified link ?

It appears to expect mirrors to be in a tarred up bare git repository.
Not sure if there is a way around this. You could do an override
somewhere:

SRC_URI_pn-linux-qoriq-sdk = "git://some/other/place"

-M


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

* Re: ALT_SRC_URI ?
  2012-05-30 16:08 ` McClintock Matthew-B29882
@ 2012-05-30 17:12   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-05-30 17:12 UTC (permalink / raw)
  To: McClintock Matthew-B29882; +Cc: yocto@yoctoproject.org

On Wed, 2012-05-30 at 16:08 +0000, McClintock Matthew-B29882 wrote:
> On Wed, May 30, 2012 at 9:20 AM, David Nyström <david.nystrom@enea.com> wrote:
> > Hi,
> >
> > Since meta-fsl-ppc:s git daemon(git://git.freescale.com) was down, I
> > experimented with adding the http reference as a mirror.
> >
> > MIRRORS_prepend = "\
> > git://git.freescale.com/ppc/sdk/linux.git
> > git://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git;protocol=http \n "
> >
> > Which failed and gave me:
> > http://pastebin.com/5sTQ0eMC
> >
> > It shows bitbake trying to fetch something assumed to be created as a
> > bitbake mirror, mangling the name.
> >
> > How would I go about doing above ?, getting it to failover to my own
> > specified link ?
> 
> It appears to expect mirrors to be in a tarred up bare git repository.
> Not sure if there is a way around this. You could do an override
> somewhere:
> 
> SRC_URI_pn-linux-qoriq-sdk = "git://some/other/place"

There is an open bug on this issue. Fixing it requires some invasive
changes to the fetcher code so its not been done yet and I wanted to get
the checksum issues out the way first.

Cheers,

Richard



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

end of thread, other threads:[~2012-05-30 17:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 14:20 ALT_SRC_URI ? David Nyström
2012-05-30 16:08 ` McClintock Matthew-B29882
2012-05-30 17:12   ` Richard Purdie

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.