|
Okay so an update on my kernel project... I haven't been able to track down where the conflicts with newer toolchains is coming from, but I recently made a git diff patch file between the froyo_pumpkin branch at the tag that Tickerguy gave us (also where I started my kernel project at) and the latest commit on the gingerbread_rel branch (which is 2.6.35.7) and it was a huge patch file. So in figuring as much changes as there where it would blow up if I tried to apply it overtook of my repo. But it didn't! Actually alot of the files patches with no problem, like 95% of them did!! I'm in the process of going through and manually patching in all the rejects.
Now this does not mean that it wont blow up when I try to build it, but it is a much better start than I have ever accomplished before. Hopefully in the next couple days I can get all the patches lined out and get started trying to build it and hopefully not have to many build errors to sort through!
Sent from my Triumph using Tapatalk 2
Donate if you like my work!
Gain 250mb and help me out, sign up for Dropbox here: 250mb Extra Space on Dropbox
/*
find / -user your -name base -exec chown us:us '{}' ';'
*/
|