[yocto] clone multiple git source repository from single recipe file

Anooj Gopi anoojgopi at gmail.com
Fri Jul 17 02:32:01 PDT 2015


Hello All,

How can we checkout two git repo into work directory?

In SVN we do something like below:

SRC_URI = "svn://
example.com/trunk/OneDirectory;module=SubDirectory1;protocol=http;user=theuser;pswd=thepassword
\
svn://
example.com/trunk/OneDirectory;module=SubDirectory2;protocol=http;user=theuser;pswd=thepassword
"

SRCREV_default_pn-${BPN} = "svn-rev-no"

But now I would like to clone two git repository, which of course have
different hash value to be checked-out. Is it possible to do that in yocto?

Best Regards,
Anooj Gopi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150717/3b866cfa/attachment.html>


More information about the yocto mailing list