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 peerCloning into /home/david/oe/downloads/git/arago-project.org.git.projects.linux-davinci.git...ERROR: TaskFailed event exception, abortingERROR: Build of /home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb do_fetch failedNOTE: package linux-davinci-2.6.31+2.6.32-rc2-r52+gitre87a8397d2830db11ce1518bd2abc4e8815763f1-r52: task do_fetch: StartedERROR: Task 8 (/home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb, do_fetch) failed with exit code 1ERROR: '/home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb' failedNOTE: Task failed: Fetch failed: Unable to fetch URL git://arago-project.org/git/projects/linux-davinci.git;protocol=git;branch=r32 from any source.NOTE: package linux-davinci-2.6.31+2.6.32-rc2-r52+gitre87a8397d2830db11ce1518bd2abc4e8815763f1-r52: task do_fetch: FailedERROR: TaskFailed event exception, abortingERROR: Build of /home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb do_fetch failedERROR: Task 8 (/home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb, do_fetch) failed with exit code 1ERROR: '/home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb' failedERROR: '/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