diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 0acbc23..9fc6141 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}