Re: Unable to fetch repository from GitLab. Checksum mismatch
Quentin Schulz
Hi Rashmi,
toggle quoted message
Show quoted text
You only need to add ;protocol=https to your SRC_URI which starts with git://. git:// in SRC_URI is NOT the protocol used to download the sources, it is the way Bitbake knows which fetcher to use (in that case, the git fetcher). If you replace it with http, it's going to be the HTTP fetcher, which uses curl. It is not what you want to use for git repos. c.f. https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-fetching.html#git-fetcher-git Hope this helps, Cheers, Quentin On 7/5/22 17:51, rashmi pisal via lists.yoctoproject.org wrote:
Hello, |
|