imx-3.14.52-1.1.0_ga build steps

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx-3.14.52-1.1.0_ga build steps

Jump to solution
442 Views
prasanthr
Contributor II

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

Labels (1)
Tags (1)
0 Kudos
1 Solution
437 Views
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://"

View solution in original post

0 Kudos
1 Reply
438 Views
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 Kudos