* tinylogin unfetchable
@ 2011-06-15 12:06 Phil Blundell
2011-06-15 12:09 ` Koen Kooi
0 siblings, 1 reply; 6+ messages in thread
From: Phil Blundell @ 2011-06-15 12:06 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
The SRC_URI http://tinylogin.busybox.net/downloads/tinylogin-1.4.tar.bz2
doesn't seem to work anymore. Does anybody know an alternate URL that
could be used in the recipe?
thanks
p.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tinylogin unfetchable
2011-06-15 12:06 tinylogin unfetchable Phil Blundell
@ 2011-06-15 12:09 ` Koen Kooi
2011-06-15 14:38 ` Saul Wold
0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-06-15 12:09 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 15 jun 2011, om 14:06 heeft Phil Blundell het volgende geschreven:
> The SRC_URI http://tinylogin.busybox.net/downloads/tinylogin-1.4.tar.bz2
> doesn't seem to work anymore. Does anybody know an alternate URL that
> could be used in the recipe?
http://www.angstrom-distribution.org/unstable/sources/tinylogin-1.4.tar.bz2 will exist for at least 3 years from now due to GPL :)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tinylogin unfetchable
2011-06-15 12:09 ` Koen Kooi
@ 2011-06-15 14:38 ` Saul Wold
2011-06-15 14:42 ` Phil Blundell
0 siblings, 1 reply; 6+ messages in thread
From: Saul Wold @ 2011-06-15 14:38 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On 06/15/2011 05:09 AM, Koen Kooi wrote:
>
> Op 15 jun 2011, om 14:06 heeft Phil Blundell het volgende geschreven:
>
>> The SRC_URI http://tinylogin.busybox.net/downloads/tinylogin-1.4.tar.bz2
>> doesn't seem to work anymore. Does anybody know an alternate URL that
>> could be used in the recipe?
>
I am also looking at moving us to the tinylogin that is part of busybox
implementation, the source should also be available at:
http://autobuilder.pokylinux.org/sources/tinylogin-1.4.tar.bz2
Is the fallback to MIRRORS not working?
Sau!
> http://www.angstrom-distribution.org/unstable/sources/tinylogin-1.4.tar.bz2 will exist for at least 3 years from now due to GPL :)
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tinylogin unfetchable
2011-06-15 14:38 ` Saul Wold
@ 2011-06-15 14:42 ` Phil Blundell
2011-06-15 15:32 ` Mark Hatle
0 siblings, 1 reply; 6+ messages in thread
From: Phil Blundell @ 2011-06-15 14:42 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, 2011-06-15 at 07:38 -0700, Saul Wold wrote:
> Is the fallback to MIRRORS not working?
Which MIRRORS are you thinking of? If there's meant to be an
appropriate one set in oe-core then I guess the answer is no, it isn't
working :-}
p.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tinylogin unfetchable
2011-06-15 14:42 ` Phil Blundell
@ 2011-06-15 15:32 ` Mark Hatle
2011-06-15 16:08 ` Khem Raj
0 siblings, 1 reply; 6+ messages in thread
From: Mark Hatle @ 2011-06-15 15:32 UTC (permalink / raw)
To: openembedded-core
On 6/15/11 9:42 AM, Phil Blundell wrote:
> On Wed, 2011-06-15 at 07:38 -0700, Saul Wold wrote:
>> Is the fallback to MIRRORS not working?
>
> Which MIRRORS are you thinking of? If there's meant to be an
> appropriate one set in oe-core then I guess the answer is no, it isn't
> working :-}
The FALLBACK mirrors are not enabled by default in the OE-Core configuration
files. This is because each distribution will likely want to provide their own
mirroring.
If anyone wants to use the Yocto mirrors this is the way to enable it, in your
local.conf add:
PREMIRRORS ?= "\
bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
hg://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
osc://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
p4://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
svk://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
svn://.*/.* http://autobuilder.yoctoproject.org/sources/ \n"
MIRRORS =+ "\
ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n"
> p.
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tinylogin unfetchable
2011-06-15 15:32 ` Mark Hatle
@ 2011-06-15 16:08 ` Khem Raj
0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2011-06-15 16:08 UTC (permalink / raw)
To: openembedded-core
On 06/15/2011 08:32 AM, Mark Hatle wrote:
> On 6/15/11 9:42 AM, Phil Blundell wrote:
>> On Wed, 2011-06-15 at 07:38 -0700, Saul Wold wrote:
>>> Is the fallback to MIRRORS not working?
>>
>> Which MIRRORS are you thinking of? If there's meant to be an
>> appropriate one set in oe-core then I guess the answer is no, it isn't
>> working :-}
>
> The FALLBACK mirrors are not enabled by default in the OE-Core configuration
> files. This is because each distribution will likely want to provide their own
> mirroring.
>
> If anyone wants to use the Yocto mirrors this is the way to enable it, in your
> local.conf add:
>
> PREMIRRORS ?= "\
> bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
> cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
> git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
> hg://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
> osc://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
> p4://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
> svk://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
> svn://.*/.* http://autobuilder.yoctoproject.org/sources/ \n"
>
> MIRRORS =+ "\
> ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
> http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
> https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n"
>
I must say its pretty ugly
>> p.
>>
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-06-15 16:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-15 12:06 tinylogin unfetchable Phil Blundell
2011-06-15 12:09 ` Koen Kooi
2011-06-15 14:38 ` Saul Wold
2011-06-15 14:42 ` Phil Blundell
2011-06-15 15:32 ` Mark Hatle
2011-06-15 16:08 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox