From: Jan-Simon Möller Date: Wed, 3 Nov 2021 12:53:55 +0000 (+0100) Subject: Update poky to include fetcher fix for github dropping git:// support X-Git-Tag: koi/11.0.5~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c595938f2649b2f40db2d8d0baa5216179b9e345;p=AGL%2FAGL-repo.git 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 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 (cherry-picked manually from 62527200095990ea41809e1b2e419d64381b2bd3) Signed-off-by: Scott Murray Change-Id: Ibdd243f7edfd3d7a851463e5dd5ac76b330569a3 --- diff --git a/default.xml b/default.xml index d841ba9a..5eb455f7 100644 --- a/default.xml +++ b/default.xml @@ -29,7 +29,7 @@ - +