On Wed, 2019-11-13 at 03:06 +0000, Samuel Jiang (江騏先) wrote: > I try use > SRC_URI = "git://quanta01@vs- > ssh.visualstudio.com/v3/quanta01/OpenBMC/crashdump;protocol=ssh;nobra > nch=1" > > the bitbake response below error message: > git -c core.fsyncobjectfiles=0 ls-remote > ssh://quant...@vs-ssh.visualstudio.com:v3/quanta01/OpenBMC/crashdump > failed with exit code 128, output: > > ssh: Could not resolve hostname vs-ssh.visualstudio.com:v3: Name or > service not known > fatal: Could not read from remote repository. > > I discussed with Microsoft support team, > the Azure DevOps support SSH url clone without [ ssh:// ] prefix, > like below: > git -c core.fsyncobjectfiles=0 ls-remote > quant...@vs-ssh.visualstudio.com:v3/quanta01/OpenBMC/crashdump > > Does bitbake support git SRC_URI without any prefix or need extra > with Azure SSH protocol support it?
Have you tried: SRC_URI = "git://quant...@vs-ssh.visualstudio.com/v3/quanta01/OpenBMC/crashdump;protocol=git;nobranch=1" (changing protocol to git) ? Cheers, Richard -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto