Update poky to include fetcher fix for github dropping git:// support 02/26802/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 3 Nov 2021 12:53:55 +0000 (13:53 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 4 Nov 2021 15:47:27 +0000 (15:47 +0000)
commitcdecca95ea5c2aa57c7a62d10b22615115737a5b
treebdcee8ee986601f32658c9ab29603ac9346d76f2
parent1626daa0d3094273ce2708d2691987f978f1947f
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.
We will do another update to a Yocto Project release commit once it is available.

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
(cherry picked from commit 62527200095990ea41809e1b2e419d64381b2bd3)
default.xml