linux-imx.git fetch failure (again)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

linux-imx.git fetch failure (again)

2,938 Views
tmatsuzawa
Contributor I

Hello.
I now have git fetch failure (again) from linux-imx repository when I try to build 2.2 (Morty) yocto image.

Do you have immediate workaround or fix for this?

====
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/tmatsuzawa/yocto_imx-fslc/2.2-nxp/downloads//git2/git.freescale.com.imx.linux-imx.git'...
fatal: The remote end hung up unexpectedly
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/tmatsuzawa/yocto_imx-fslc/2.2-nxp/build/tmp/work/imx6qsabreauto-poky-linux-gnueabi/linux-imx/4.1.15-r0/temp/log.do_fetch.2476
ERROR: Task 50 (/home/tmatsuzawa/yocto_imx-fslc/2.2-nxp/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 5363 tasks of which 4834 didn't need to
be rerun and 1 failed.
No currently running tasks (5363 of 5542)

Summary: 1 task failed:
/home/tmatsuzawa/yocto_imx-fslc/2.2-nxp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-kernel/linux/linux-imx_4.1.15.bb,
do_fetch
Summary: There were 8 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
tmatsuzawa@build-11:~/yocto_imx-fslc/2.2-nxp/build$
====

Labels (3)
0 Kudos
3 Replies

2,038 Views
Yuri
NXP Employee
NXP Employee

Hello,

  I just tried

$ git clone git://git.freescale.com/imx/linux-imx.git;protocol=git;branch=imx_4.1.15_2.0.0_ga

It looks like as working.

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

2,037 Views
tmatsuzawa
Contributor I

Hello.

Thank you for your comment.

I just tried and now it passed.

Looking into the log, bitbake is invoking git command as below.

>git -c core.fsyncobjectfiles=0 clone --bare --mirror
git://git.freescale.com/imx/linux-imx.git
/home/tmatsuzawa/yocto_imx-fslc/2.2-nxp/downloads//git2/git.freescale.com.imx.linux-imx.git

0 Kudos

2,037 Views
Yuri
NXP Employee
NXP Employee

  Sometimes customers report about problems with connection to FSL git.
It makes sense to repeat the operation later.

~Yuri.

0 Kudos