[bitbake-devel] git address in SRC_URI, doesn't works for me

lei yang yanglei.fage at gmail.com
Sat Jan 19 09:13:01 UTC 2013


Hi experts.

One git address's prefix is "http" --->
http://git.opensvc.com/multipath-tools/.git,

it means

git clone  http://git.opensvc.com/multipath-tools/.git  ---------> works
git clone git://git.opensvc.com/multipath-tools/.git ---------> doesn't work

I tried SRC_URI with below, both failed

SRC_URI = "http://git.opensvc.com/multipath-tools/.git;protocol=git"
it tells
fatal: reference is not a tree: c23c0d33ed98a1dcee40115018b73cb3d4cda8d7


SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http"
it doe noting,and trying to find COPING,but it doesn't clone it

any help?


Lei




More information about the bitbake-devel mailing list