Bitbake - is it possible to specify which fetcher to use?

Gergely Imreh imrehg at gmail.com
Sun Jan 11 17:53:16 CET 2009


Hi.

2009/1/11 Holger Freyther <zecke at selfish.org>:
> On Saturday 10 January 2009 13:29:15 Leonti Bielski wrote:
>> Hello!
>> I'm trying to build kernel using bitbake.
>> I'm behind proxy, so I made a mirror http://repo.or.cz/r/om-kernel.git
>>
>> Now comes the problem - if I modify linux-openmoko-devel_git.bb like this:
>> SRC_URI =
>> "http://repo.or.cz/r/om-kernel.git;protocol=http;branch=andy-tracking"
>

How about:
"git://repo.or.cz/om-kernel.git;protocol=http;branch=andy-tracking"
You set the http protocol, but still using the http:// address instead
of git://. (Note, the git address is different from the http address
on repo.or.cz

I haven't tried it, though, so obligatory pinch of salt...
Cheers,
    Greg



More information about the devel mailing list