[yocto] Can Yocto support git clone for url with http prefix

2014-04-09 Thread zhenhua....@freescale.com
http, you need to instead use the git:// prefix with protocol=http May I know if Yocto can support git clone for url with http prefix? Best Regards, Zhenhua -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo

Re: [yocto] Can Yocto support git clone for url with http prefix

2014-04-09 Thread Erik Botö
=master' has invalid parameters. Invalid protocol - if you wish to fetch from a git repository using http, you need to instead use the git:// prefix with protocol=http May I know if Yocto can support git clone for url with http prefix? Yes. All git SRC_URI start with git:// and then you can

Re: [yocto] Can Yocto support git clone for url with http prefix

2014-04-09 Thread zhenhua....@freescale.com
failed: URL: 'http://:8181/bb;protocol=git;branch=master' has invalid parameters. Invalid protocol - if you wish to fetch from a git repository using http, you need to instead use the git:// prefix with protocol=http May I know if Yocto can support git clone for url with http prefix