Hello Dhruv Shah,
It’s odd that keeps failing. I would recommend switching to the other repository that holds this BSP Release:
repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.52-1.1.0_ga
repo sync
Fetch errors may be caused by an unstable internet connection. Even after synching, source code is not fetched until it’s required, on demand. You may force the fetching of the source code if you would like to fetch the source code for an image and build later when you won’t have internet access:
bitbake <image_or_recipe> -c fetchall
I hope this helps!
Regards,