From 1628301634026d90a67c90c1bc7db34d33165379 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Mon, 28 Jun 2021 10:46:25 -0400 Subject: [PATCH] Fix linux-yocto repo sync issues repo sync often fails on linux-yocto on second and subsequent sync attempts. Strangly the first repo sync works consistently. The issue has been reported upstream at ... https://bugs.chromium.org/p/gerrit/issues/detail?id=14700&q=tyranscooter&can=2 However I found that a switch from the https protocol to the git protocol appears to fix the issue. from https://git.yoctoproject.org/linux-yocto/git to git://git.yoctoproject.org/linux-yocto Closes-Bug: 1933357 Signed-off-by: Scott Little Change-Id: I51cea52df58c3e63ad39e4969f772dcd36c72afd --- default.xml | 2 +- distro.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.xml b/default.xml index bbddaf5..37f8673 100644 --- a/default.xml +++ b/default.xml @@ -5,7 +5,7 @@ - + diff --git a/distro.xml b/distro.xml index 54d1e5e..03259ae 100644 --- a/distro.xml +++ b/distro.xml @@ -6,7 +6,7 @@ - +