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)
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

index be07656..f665377 100644 (file)
@@ -29,7 +29,7 @@
   <!-- YOCTO & OE -->
 
   <!-- Yocto/OpenEmbedded things. -->
-  <project name="poky" path="external/poky" remote="yocto" revision="74b22db6879b388d700f61e08cb3f239cf940d18" upstream="dunfell" />
+  <project name="poky" path="external/poky" remote="yocto" revision="0810ac6b926cd901f0619e95f367efc79d4c3159" upstream="dunfell" />
   <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
   <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="3cf22d15885cf0e3e16078705e9a20f3d21f12db" upstream="dunfell" />