aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2023-03-07 07:32:10 +0000
committerMikko Gronoff <mikko.gronoff@qt.io>2023-03-24 09:40:54 +0000
commitc955d7f4988c9a464acf89c19fd77bd699621237 (patch)
treee306c4c78a09680c32604f7d84acffb8c9259e06
parent96c81ec5cc7cf58a934c5c871156d1a54f83dff3 (diff)
Coin: fetch repo from github
Git clones from google fail frequently with: >> fatal: early EOF >> error: index-pack died Switch to using github mirror for the git-repo repository. (cherry picked from meta-qt6 commit 61f984c49d495a00e944ccc437447782afeb8ec0) Change-Id: I4b6c2d0d8b58dadcf581787b9063bba53f274611 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--coin/module_config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 4aea974e..7296dfe6 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -117,6 +117,7 @@ instructions:
chmod +x repo
./repo init \
+ --repo-url https://github.com/theqtcompany/git-repo \
-u git://code.qt.io/yocto/boot2qt-manifest \
-b ci \
-m ${MANIFEST} \