To build the kernel, I run

MACHINE=dm355-leopard bitbake virtual/kernel

This works fine until I get to task 293 and then I get the following

NOTE: Running task 293 of 632 (ID: 8, /home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb, do_fetch)
fatal: read error: Connection reset by peer
Cloning into /home/david/oe/downloads/git/arago-project.org.git.projects.linux-davinci.git...
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb do_fetch failed
NOTE: package linux-davinci-2.6.31+2.6.32-rc2-r52+gitre87a8397d2830db11ce1518bd2abc4e8815763f1-r52: task do_fetch: Started
ERROR: Task 8 (/home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb, do_fetch) failed with exit code 1
ERROR: '/home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb' failed
NOTE: Task failed: Fetch failed: Unable to fetch URL git://arago-project.org/git/projects/linux-davinci.git;protocol=git;bran
ch=r32 from any source.
NOTE: package linux-davinci-2.6.31+2.6.32-rc2-r52+gitre87a8397d2830db11ce1518bd2abc4e8815763f1-r52: task do_fetch: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb do_fetch failed
ERROR: Task 8 (/home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb, do_fetch) failed with exit code 1
ERROR: '/home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb' failed
ERROR: '/home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb' failed

It looks like it's having trouble cloning the r35 branch of linux-davinci. To get to this point, there were other fetches that worked fine, so it's not a network problem.

Can someone tell me what the issue is and how to fix it?

Thanks,

David