3

I've been building cyanogenmod for the oneplus one for a while now and I've replaced the stock kernel with boeffla kernel howerver i ran into an issue as of today (was able to repo sync with new kernel just fine before) All it says now when I do repo sync is :

fatal: duplicate path kernel/oneplus/msm8974 in /home/noahvt/BuildServer/Settings/.repo/manifest.xml

I check the manifest and just as I thought, it's not there... nor is it in default.xml there is only one in roomservice.xml which links to the custom kernel like so:

<project name="andip71/boeffla-kernel-cm-bacon" path="kernel/oneplus/msm8974" revision="boeffla_v5_cm" />

Can I make this thing forget the stock kernel because this keeps stopping me from doing a repo sync

Thanks

Vivek S.
  • 19,945
  • 7
  • 68
  • 85
user265889
  • 667
  • 1
  • 10
  • 24

1 Answers1

2

Have added your device specific path in local_manifest.xml. If yes, then try to delete local_manifest.xml file instead add them to /.repo/local_manifest/roomservice.xml.

Dhairya Tripathi
  • 197
  • 2
  • 14