From 62527200095990ea41809e1b2e419d64381b2bd3 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 3 Nov 2021 13:53:55 +0100 Subject: Update poky to include fetcher fix for github dropping git:// support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 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 Change-Id: I6c1120dc9c4a3f79ff65f07584ece9ea7f6344b5 --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index be076560..f665377a 100644 --- a/default.xml +++ b/default.xml @@ -29,7 +29,7 @@ - + -- cgit 1.2.3-korg