Hi,
I'm trying to build imx-3.14.52-1.1.0 yocto build, Could someone help with the correct steps, I can't fetch the sources with
$ repo init -u git://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-3.14.52-1.1.0_ga
$repo sync
sync fails to fetch the sources. Kindly help
解決済! 解決策の投稿を見る。
in the .repo/manifests/default.xml
<remote fetch="git://git.yoctoproject.org" name="yocto"/>
<remote fetch="git://github.com/Freescale" name="freescale"/>
<remote fetch="git://git.openembedded.org" name="oe"/>
<remote fetch="git://github.com/OSSystems" name="OSSystems"/>
<remote fetch="git://github.com/meta-qt5" name="QT5"/>
Please try to change all the above "git://" to "https://"
in the .repo/manifests/default.xml
<remote fetch="git://git.yoctoproject.org" name="yocto"/>
<remote fetch="git://github.com/Freescale" name="freescale"/>
<remote fetch="git://git.openembedded.org" name="oe"/>
<remote fetch="git://github.com/OSSystems" name="OSSystems"/>
<remote fetch="git://github.com/meta-qt5" name="QT5"/>
Please try to change all the above "git://" to "https://"