aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2021-11-03 10:02:10 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-03 22:43:53 +0000
commit3e1eb12a5c453dd83016ca4253da12c5474ed1a9 (patch)
tree0ef3550c9aa6543dea0463988cd34f0f5c8cf9e8 /coin
parentbf9fdb2b79963d5fc2e4fe4e792219f6d8529b05 (diff)
coin: use openembedded from the upstream source
Github won't be supporting git protocol anymore, switch to using layer from openembedded.org. Change-Id: Id711fe7818d37650b0643c17bd3386ca1a344f9a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 3cc53e8e7f0bc251564aef7614304b2793ebe7c7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 5a21b9d..988cfde 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -114,7 +114,7 @@ instructions:
sudo mount yocto-cache.intra.qt.io:/srv/yocto-cache /mnt/yocto-cache
git clone git://git.yoctoproject.org/poky --reference /mnt/yocto-cache/mirror/poky.git -b ${YOCTO_BRANCH}
- git clone git://github.com/openembedded/meta-openembedded --reference /mnt/yocto-cache/mirror/meta-openembedded.git -b ${YOCTO_BRANCH}
+ git clone git://git.openembedded.org/meta-openembedded --reference /mnt/yocto-cache/mirror/meta-openembedded.git -b ${YOCTO_BRANCH}
git clone git://git.yoctoproject.org/meta-mingw --reference /mnt/yocto-cache/mirror/meta-mingw.git -b ${YOCTO_BRANCH}
git clone git://git.openembedded.org/meta-python2 --reference /mnt/yocto-cache/mirror/meta-python2.git -b ${YOCTO_BRANCH}