imx-3.14.52-1.1.0_ga build steps

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx-3.14.52-1.1.0_ga build steps

ソリューションへジャンプ
517件の閲覧回数
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 解決策
512件の閲覧回数
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 返信
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 件の賞賛
返信