Hi, On Sat, Mar 18, 2023 at 09:29:34AM +0000, Alexander Kanavin wrote: > When the slow download is happening, can you please check (e.g. from a > process listing), which server specifically is being accessed and with > which command? Just to be sure where the problem is. Thanks for tips. I downloaded linux-yocto about 3 days but failed and one night to download it after just sent the mail. I suspected the accessing to git://git.yoctoproject.org/linux-yocto.git is very slow under my network. So I think there is one way to replace ``` SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" ``` Or use another bb file to download linux-yocto kernel with mirror I mentioned. But I am fail to try this. Anway, Thank you very much! > -- Regards, -- Bo YU