Wednesday, November 17, 2021

[SOLVED] Yocto Bitbake - Git Fetch always stuck

Issue

I am using YOCTO to build an image but the Bitbake process always get stuck at any task including fetch from git

Ex:

Currently 2 running tasks (1373 of 2477):
0: rpi-mkimage-native-git-r0 do_fetch (pid 2372)
1: linux-raspberrypi-1_4.1.21+gitAUTOINC+ff45bc0e89-r0 do_fetch (pid 2371)

These Tasks never End , I checked the Git on my machine and i can clone these repos with no problems.


Solution

Problem Solved

It was a Firewall Problem as @Marcus Muller suggested.



Answered By - Islam Wahdan