2012/1/29 Ulf Samuelsson <[email protected]>:
> 2012-01-29 11:21, Khem Raj skrev:
>
>> On Sat, Jan 28, 2012 at 11:41 PM, Ulf Samuelsson
>> <[email protected]>  wrote:
>>>
>>> Don't know why, but it is no longer available (used to be).
>>>
>>>
>>> "openembedded-core/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb"
>>> is thus broken.
>>>
>>> Found it on a mirror.
>>>
>>>
>>> "http://ftp.tlk-l.net/pub/mirrors/kernel.org/linux/utils/kernel/module-init-tools/";
>>>
>>> but it would be nice if it was cached somewhere.
>>
>> autobuilder.yoctoproject.org should have it
>>
> But not in a form that can be used to "unbreak" the build
>
>
> openembedded-core/meta/classes/mirros.bbclass contains:
>
> ${KERNELORG_MIRROR}    http://www.kernel.org/pub \n \
> ${KERNELORG_MIRROR}    ftp://ftp.us.kernel.org/pub \n \
> ${KERNELORG_MIRROR}    ftp://ftp.uk.kernel.org/pub \n \
> ${KERNELORG_MIRROR}    ftp://ftp.hk.kernel.org/pub \n \
> ${KERNELORG_MIRROR}    ftp://ftp.au.kernel.org/pub \n \
> ${KERNELORG_MIRROR}    ftp://ftp.jp.kernel.org/pub \n \
>
> I assume that bitbake will try this list of servers, when the recipe
> is referring to ${KERNELORG_MIRROR}
>
> Only the first mirror is online. (At least today) so there is really
> no backup, if the main server is down.
>
> Any objections to adding
> ${KERNELORG_MIRROR}    ftp://ftp.sunet.se/pub/Linux/kernel.org \n \
> to mirrors.bbclass as the second entry ?
>
>
>
>>> [email protected]
>>>
>>> --
>>> Best Regards
>>> Ulf Samuelsson
>>> eMagii
>>>
>>>
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> [email protected]
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> [email protected]
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
>
> --
> Best Regards
> Ulf Samuelsson
> eMagii
>
>
> _______________________________________________
> Openembedded-core mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

You could try to fetch it from the Poky sources, to do so put the
following lines in your config file (it was very helpful while
kernel.org was down).

PREMIRRORS_append = "\
bzr://.*/.*   http://pokylinux.org/sources/ \n \
cvs://.*/.*   http://pokylinux.org/sources/ \n \
git://.*/.*   http://pokylinux.org/sources/ \n \
hg://.*/.*    http://pokylinux.org/sources/ \n \
osc://.*/.*   http://pokylinux.org/sources/ \n \
p4://.*/.*    http://pokylinux.org/sources/ \n \
svk://.*/.*   http://pokylinux.org/sources/ \n \
svn://.*/.*   http://pokylinux.org/sources/ \n \
bzr://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
cvs://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
git://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
hg://.*/.*    http://autobuilder.pokylinux.org/sources/ \n \
osc://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
p4://.*/.*    http://autobuilder.pokylinux.org/sources/ \n \
svk://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
svn://.*/.*   http://autobuilder.pokylinux.org/sources/ \n"

MIRRORS_append = "\
ftp://.*/.*     http://pokylinux.org/sources/ \n \
http://.*/.*    http://pokylinux.org/sources/ \n \
https://.*/.*   http://pokylinux.org/sources/ \n \
ftp://.*/.*      http://autobuilder.pokylinux.org/sources/ \n \
http://.*/.*     http://autobuilder.pokylinux.org/sources/ \n \
https://.*/.*    http://autobuilder.pokylinux.org/sources/ \n"

-- 
Regards
Samuel

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to