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.