Hello all,
I'm trying to build i.MX6 fsl-image-qt5 image and Yocto always fail during the fetch step.
Git repository seems to be unreachable.
The yocto output :
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 MIRRO RS 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/bsp-imx6/fsl-release-bsp/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/bsp-imx6/fsl-release-bsp/build-fb/tmp/work/imx6dlsabresd-poky-linux-gnueabi/linux-imx/4.1.15-r0/temp/log.do_fetch.2 9470
ERROR: Task 50 (/home/bsp-imx6/fsl-release-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-kernel/linux/linux-imx_4.1.15.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5632 tasks of which 3965 didn't need to be rerun and 1 failed.
No currently running tasks (5632 of 5838)
Summary: 1 task failed:
/home/bsp-imx6/fsl-release-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-kernel/linux/linux-imx_4.1.15.bb, do_fetch
Is there any other git repository available?
Best regards
Hello Kwiatkowski Frederic,
I’ve seen some people having problems with the git repositories lately buy always intermittently. Have you tried baking again?
I tested the 4.1.15 BSP and it seems it’s working fine right now. Please test it again. You may want to force fetch the source code first and then bake the image later to make sure the source code is downloaded before the building process.
$ bitbake <image_or_recipe> -c fetchall
I hope this helps!
Regards,