Problem with Yocto

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

Problem with Yocto

634 Views
alexberenshtein
Contributor III

mkdir fsl-release-bsp

cd fsl-release-bsp

repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth -m imx-4.1.15-2.1.0.xml

Get https://gerrit.googlesource.com/git-repo/clone.bundle Get https://gerrit.googlesource.com/git-repo remote: Finding sources: 100% (13/13) remote: Total 13 (delta 3), reused 13 (delta 3) Unpacking objects: 100% (13/13), done. From https://gerrit.googlesource.com/git-repo 35d2221..259f165 master -> origin/master Get git://git.freescale.com/imx/fsl-arm-yocto-bsp.git fatal: unable to connect to git.freescale.com: git.freescale.com[0: 192.88.156.202]: errno=Connection timed out fatal: unable to connect to git.freescale.com: git.freescale.com[0: 192.88.156.202]: errno=Connection timed out

Labels (3)
0 Kudos
Reply
1 Reply

389 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi Alex,

When 'repo init' process is completed, the source code is checked out into the directory <BSP-Directory>/sources. A successful initialization will end with a message stating that Repo is initialized in your working directory. Your client directory should contain a hidden .repo directory where files such as the manifest will be kept.

First you may update and upgrade your host machine. If errors occur during repo initialization, try deleting the .repo directory and running the repo initialization command again.


If the problems persists verify that you have internet connection and you may contact your system administrator because if you are using firewalls or porxy server this may avoid conenction to repo.


Best regards,
Carlos

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply