Hi,
I have wasted plenty of time trying to work around a way to get through this problem. I am exactly following Freescale_Yocto_Project_User's_Guide.pdf instructions to get hold of Yocto Project layers but no matter what I do, end result is always same:
after configuring git with name and email add:
I executed this:
ubuntu@ubuntu:$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.17-1.0.2_ga
result:
fatal: cannot obtain manifest git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
Yes I am behind proxy server. One solution I found looking around was to configure git with further parameters:
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080proxypwd@proxy.server.com:8080
git config --global https.proxy https://proxyuser:proxypwd@proxy.server.com:8080proxypwd@proxy.server.com:8080
did that too, but still the same result.
Have anyone before had faced this scenario? Please help when you got it fixed.
Thanking in advance.
Faisal