I followed the Freescale Yocto Project User's Guide to download the project,
$mkdir fsl-release-bsp
$cd fsl-release-bsp
$git config --global user.name "Your Name"
$git config --global user.email "Your Email"
$git config --list
$repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.53-1.1.0_ga
$repo sync
However, the download process stuck at a particular point. I tried "repo sync" many times and got the same result. Please kindly advise.
Are you locate in China? if yes, it is a common network issue (very slow) of accessing the web outside China.
I'm working in HK, the download percentage always keeps at "Receiving objects: 74% (210834/283679), 73.45 MiB | 901.00 KiB/s " and no progress.
I try to 'repo sync' and don't have this issue.