I have an imx6ull development kit and we are trying to build yocto project for the same!
When we are fetching the kernel, we keep getting this error. Can you please provide some help!
Please find the error below:
NOTE: Tasks Summary: Attempted 2692 tasks of which 2691 didn't need to be rerun and 1 failed.
No currently running tasks (927 of 2732)
WARNING: linux-imx-4.1.15-r0 do_fetch: Failed to fetch URL git://git.freescale.com/imx/linux-imx.git;protocol=git;branch=imx_4.1.15_2.0.0_ga, attempting MIRRORS if available
ERROR: linux-imx-4.1.15-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/home/katna/projects/pavoroti/imx_yacto/downloads//git2/git.freescale.com.imx.linux-imx.git'...
fatal: read error: Connection reset by peer
fatal: early EOF
fatal: index-pack failed
ERROR: linux-imx-4.1.15-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://git.freescale.com/imx/linux-imx.git;protocol=git;branch=imx_4.1.15_2.0.0_ga'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/katna/projects/pavoroti/imx_yacto/build_base/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/linux-imx/4.1.15-r0/temp/log.do_fetch.12781
ERROR: Task 50 (/home/katna/projects/pavoroti/imx_yacto/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-kernel/linux/linux-imx_4.1.15.bb, do_fetch) failed with exit code '1'
Thanks,
Arun