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

2015-07-17 Thread Burton, Ross
On 17 July 2015 at 10:32, Anooj Gopi anoojg...@gmail.com wrote: 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? Almost the same syntax. I'm not sure why you're using pn-${BPN} notation in a

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

2015-07-17 Thread Anooj Gopi
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://