View Single Post
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#26
Originally Posted by freemangordon View Post
Call me stupid if you wish, but can someone help me on how to make modifications to kernel-power source . I mean - every time dpkg-buildpackage is run patches from debian/patches are de-applied and re-applied making it impossible for me to modify actual code without some ugly hackery.

What is correct sequence/procedure? Any hints?

BTW what I am trying to modify is dspbridge driver, code from omapzoom git looks pretty similar to what we have in kernel. Maybe if I succeed I will be able to run 720p codecs from android.
Apply quit patches from debian/patches ( run command: QUILT_PATCHES=debian/patches quilt push -a -q ), then do backup (kernel-power.orig directory). Then modify kernel tree with your changes and generate patch between working tree and backup. Copy your diff to debian/patches and fix debian/patches/series
 

The Following 12 Users Say Thank You to pali For This Useful Post: