I am trying to build yocto project for i.mx6 board on Ubuntu 14.04
when running the commands "repo init " and "repo sync", it always failed, so the relative packages were downloaded from the webpage according to the xml file.
And then when running the command "bitbake fsl-image-qt5", there existed an error that failed to fetch the package from git://git.freescale.com/imx/linux-2.6-imx.git.
I tried to run the command "git clone git://git.freescale.com/imx/linux-2.6-imx.git" in the shell, it always appeared that connection timed out. however, I can access this address by the webpage. I can't resolve it, so I need help. Thank you.
Solved! Go to Solution.
Hello,
Perhaps the problem concerns with proxy configuration (if used in Your case).
Unable to obtain/git manifest fsl-arm-yocto-bsp.git, 'connection timed out'
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello,
Perhaps the problem concerns with proxy configuration (if used in Your case).
Unable to obtain/git manifest fsl-arm-yocto-bsp.git, 'connection timed out'
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------