imx-3.14.52-1.1.0_ga build steps

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

imx-3.14.52-1.1.0_ga build steps

跳至解决方案
518 次查看
prasanthr
Contributor III

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

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
513 次查看
jimmychan
NXP TechSupport
NXP TechSupport

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://"

在原帖中查看解决方案

0 项奖励
回复
1 回复
514 次查看
jimmychan
NXP TechSupport
NXP TechSupport

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://"

0 项奖励
回复