Update poky to include fetcher fix for github dropping git:// support 83/26783/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 3 Nov 2021 12:53:55 +0000 (13:53 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 3 Nov 2021 12:53:55 +0000 (13:53 +0100)
commit62527200095990ea41809e1b2e419d64381b2bd3
tree04982ce75207863fa6534a5f5cf3547e2c29cdee
parentc5854bfc88cf77a3233f25f3b377ce6d27c99972
Update poky to include fetcher fix for github dropping git:// support

To avoid parsing errors we do uprev to this commit on the dunfell branch.
This is to include the upstream patch:
    bitbake: fetch/git: Handle github dropping git:// support

    github is dropping support for git protocol in Git urls. Add code to remap
    this to https in a way that could be used in older bitbake versions.

    (Bitbake rev: c222eddcebe892ae209aea7776cfc1147ac1df6e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
GitHub is dropping unauthenticated git protocol access in
January 2022, per:

https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

Bug-AGL: SPEC-4126
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I6c1120dc9c4a3f79ff65f07584ece9ea7f6344b5
default.xml