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 = " \ git://user@server/repos.git;protocol=ssh;tag=0.4 \ " S="${WORKDIR}/${PN}-${PV}" the fecth task fails. I try also SRCREV="0.4" outside SRC_URI and rev=0.4 in place of tag=0.4 Where I mistake? Thanks MZ -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto