Re: [yocto] SRC_URI git from ssh fails

2018-07-10 Thread Mauro Ziliani
Now it works. But it was a problem of git repository. I rebuild the SRCREC on the repository and now I acan fetch the source code. I choose this recipe method. PV="1.0" SRCREV="refs/tags/${PV}" SRC_URI = " \     git://user@server/repos.git;protocol=ssh \ " Thanks for the help MZ Il

Re: [yocto] SRC_URI git from ssh fails

2018-07-10 Thread Martin Hundebøll
Hi again, On 2018-07-10 10:37, Martin Hundebøll wrote: Hi Mauro, On 2018-07-10 10:31, Mauro Ziliani wrote: Hi all I'm working with Krogoth and imx6dlsabresd board. I'm in trouble fetching source code from a git repository via ssh. If I get manually the source codes with git clone

Re: [yocto] SRC_URI git from ssh fails

2018-07-10 Thread Martin Hundebøll
Hi Mauro, On 2018-07-10 10:31, Mauro Ziliani wrote: Hi all I'm working with Krogoth and imx6dlsabresd board. I'm in trouble fetching source code from a git repository via ssh. If I get manually the source codes with git clone ssh://user@server/repos.git -b 0.4 it works If I put it in

[yocto] SRC_URI git from ssh fails

2018-07-10 Thread Mauro Ziliani
Hi all I'm working with Krogoth and imx6dlsabresd board. I'm in trouble fetching source code from a git repository via ssh. If I get manually the source codes with git clone ssh://user@server/repos.git -b 0.4 it works If I put it in myrecipe_git.bb with SRC_URI = " \