AOSP repo sync fail

Hello,

I follow the step for getting the source by:

When I used the command repo sync -j1 -c, I got the fatal duplicate path device/linaro/dragonboard in /home/scottchang/aosp/db410c/.repo/manifest.xml

Is there any thing should be modified in manifest.xml?

Scott

1 Like

Hello all,

I solved this question, the manifest had be added the dragonboard 845 supporting in the commit: ca78f371269660020aa29737b5b89fb95b465576 - platform/manifest - Git at Google

I modified the command repo init -u https://android.googlesource.com/platform/manifest -b master that master should be the commit or branch before the commit that I mentioned, and the problem solved.

Scott

1 Like