View Single Post
edp17's Avatar
Posts: 607 | Thanked: 736 times | Joined on Jul 2019 @ UK
#658
Originally Posted by mautz View Post
You are on the wrong path. You need to fork the device and kernel files, modify them and put the path of your fork into the xml file.

Take a look at 5.4 in the HADK.
Yes, that is the next step in the HADK I am planning to do.
Why do I need to fork/modify if I am not planning to push anything back to the github?

I only planned to follow the instruction from HADK and contribute my work to the github once I successfully have managed to build an installation. Until I don't have a successful build I don't want to litter github with my trying.

However, honestly, I already forked all necessary bits and am using those in my manifest file but I thought sharing the lines with the original paths.

Anyway, this is what I use in my hammerhead.xml (everything is pointing into my fork):
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="device/lge/hammerhead" name="edp17/android_device_lge_hammerhead" revision="stable/cm-12.1-YOG4P" />
<project path="kernel/lge/hammerhead" name="edp17/android_kernel_lge_hammerhead" revision="stable/cm-12.1-YOG4P" />
<project path="hybris/droid-hal-version-hammerhead" name="edp17/droid-hal-version-hammerhead-12.1" revision="master" />
<project path="hybris/droid-configs" name="edp17/droid-config-hammerhead-12.1" revision="master" />
<project path="rpm" name="edp17/droid-hal-hammerhead-12.1" revision="master" />
<project path="vendor/lge" name="edp17/proprietary_vendor_lge" revision="stable/cm-12.1-YOG4P" />
</manifest>
 

The Following User Says Thank You to edp17 For This Useful Post: