All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems on openembedded/conf/checksums.ini
@ 2009-04-14  8:43 Cheng Renquan
  2009-04-14 18:07 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Cheng Renquan @ 2009-04-14  8:43 UTC (permalink / raw)
  To: openembedded-devel

Hello, all:
  I don't really understand why there is absolute path of checksums in
openembedded/conf/checksums.ini, such as

[ftp://ftp.gnu.org/gnu/m4/m4-1.4.12.tar.gz]
md5=0499a958a561781b125c740f18061ea8
sha256=47e8f9a33ba06fa6710b42d6f6ded41f45027f6f4039b0a3ed887c5116bc2173

the absolute path m4-1.4.12.tar.gz even includes the site base and the path,
I don't know why and how to avoid that,

Here at China, the master site ftp.gnu.org is not much fast,
fortunately I can find a mirror
to download instead, from the "GNU FTP Mirror List"

http://www.gnu.org/prep/ftp.html

such as, http://ftp.twaren.net/Unix/GNU/gnu/

but after I downloaded m4-1.4.12.tar.gz into ~/sources/, the bitbake
cannot recognize it
and download it again,

I try to change openembbed/conf/bitbake.conf from

GNU_MIRROR = "ftp://ftp.gnu.org/gnu"

to

GNU_MIRROR = "http://ftp.twaren.net/Unix/GNU/gnu"

but the checksum will fail, just because the absolute path containing
the whole URL,

I think this problem is easier to solve by modifying bitbake and
checksums.ini to use only
the last basename, but I'm curious if there is already someone resolved that?

Or someone knows how to use a local mirror, and make the checksum working?

My using bitbake is svn checkout'ed from
svn://svn.berlios.de/bitbake/branches/bitbake-1.8

Thanks,

-- 
Cheng Renquan (程任全), from Shenzhen, China



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

* Re: Problems on openembedded/conf/checksums.ini
  2009-04-14  8:43 Problems on openembedded/conf/checksums.ini Cheng Renquan
@ 2009-04-14 18:07 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2009-04-14 18:07 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Apr 14, 2009 at 04:43:32PM +0800, Cheng Renquan wrote:
> Hello, all:
>   I don't really understand why there is absolute path of checksums in
> openembedded/conf/checksums.ini, such as
> 
> [ftp://ftp.gnu.org/gnu/m4/m4-1.4.12.tar.gz]
> md5=0499a958a561781b125c740f18061ea8
> sha256=47e8f9a33ba06fa6710b42d6f6ded41f45027f6f4039b0a3ed887c5116bc2173
> 
> the absolute path m4-1.4.12.tar.gz even includes the site base and the path,
> I don't know why and how to avoid that,

It's a hot topic here. One of the recent discussions:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21067

-- 
Denys



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

end of thread, other threads:[~2009-04-14 18:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-14  8:43 Problems on openembedded/conf/checksums.ini Cheng Renquan
2009-04-14 18:07 ` Denys Dmytriyenko

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.