Hello Recepients, 

I had created the below ticket: 

https://bugzilla.yoctoproject.org/show_bug.cgi?id=13499


When I try to run below two commands: 

repo init -u https://github.com/Angstrom-distribution/angstrom-manifest -b angstrom-v2018.12-thud

repo sync

Alternatively also tried the below two commands: 

sudo sysctl -w net.ipv4.tcp_window_scaling=0

repo --trace sync -j1


But in both the cases I get below error message multiple times:

curl: (22) The requested URL returned error: 404 Not Found

Server does not provide clone.bundle; ignoring.


: export GIT_DIR=/home/aanche/work/angstrom-build/.repo/projects/layers/meta-freescale.git

: git fetch --progress yocto --tags +refs/heads/*:refs/remotes/yocto/* +refs/heads/thud:refs/remotes/yocto/thud 1>| 2>|

remote: Counting objects: 30073, done.        

remote: Compressing objects: 100% (9790/9790), done.        

fatal: the remote end hung up unexpectedly72 MiB | 290.00 KiB/s    

fatal: early EOF

fatal: index-pack failed

: git fetch --progress yocto --tags +refs/heads/*:refs/remotes/yocto/* +refs/heads/thud:refs/remotes/yocto/thud 1>| 2>|

remote: Counting objects: 30073, done.        

remote: Compressing objects: 100% (9790/9790), done.        

fatal: the remote end hung up unexpectedly54 MiB | 250.00 KiB/s   

fatal: early EOF

fatal: index-pack failed

error: Cannot fetch meta-freescale from http://git.yoctoproject.org/git/meta-freescale

: load refs /home/aanche/work/angstrom-build/.repo/projects/layers/meta-freescale.git

: git rev-parse --verify refs/remotes/yocto/thud^0 1>| 2>|


error: Exited sync due to fetch errors



So for this do you have any recommendations or work arounds? I am kind of stuck at this point for creating the Linux kernel image. It would be great if you could suggest an alternative. 

Really appreciate your time and help. 


Thanks,

Arvind