From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: "Samuel Jiang (江騏先)" <Samuel.Jiang@quantatw.com>,
"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Cc: Alex Chong <v-chucho@microsoft.com>
Subject: Re: bitbake SRC_URI fetch Azure DevOps repository Azure DevOps Services Basic
Date: Wed, 13 Nov 2019 08:10:16 +0000 [thread overview]
Message-ID: <85cc536d4ce5de2606d48aba4b813fa96be1f6f9.camel@linuxfoundation.org> (raw)
In-Reply-To: <a066f24b71df426db88ce23b46331a36@quantatw.com>
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://quanta01@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
> quanta01@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://quanta01@vs-ssh.visualstudio.com/v3/quanta01/OpenBMC/crashdump;protocol=git;nobranch=1"
(changing protocol to git)
?
Cheers,
Richard
next prev parent reply other threads:[~2019-11-13 8:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <489934f9-1420-40b0-a74a-54b71633bbed@SINGMEHUB07.gme.gbl>
[not found] ` <KL1P15301MB03443E265CCD3E6492C091CF80630@KL1P15301MB0344.APCP153.PROD.OUTLOOK.COM>
[not found] ` <a1ef7037a6a94e518fcef16502c67585@quantatw.com>
[not found] ` <SG2P153MB0349D0EFB059BC372C86528880630@SG2P153MB0349.APCP153.PROD.OUTLOOK.COM>
2019-11-04 2:52 ` bitbake SRC_URI fetch Azure DevOps repository Azure DevOps Services Basic Samuel Jiang (江騏先)
2019-11-05 14:22 ` Mark Hatle
2019-11-05 15:30 ` Richard Purdie
2019-11-13 3:06 ` Samuel Jiang (江騏先)
2019-11-13 8:10 ` Richard Purdie [this message]
2019-11-13 9:02 ` Samuel Jiang (江騏先)
2019-11-13 18:52 ` Richard Purdie
2019-11-20 8:23 ` Samuel Jiang (江騏先)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=85cc536d4ce5de2606d48aba4b813fa96be1f6f9.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=Samuel.Jiang@quantatw.com \
--cc=v-chucho@microsoft.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox