-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Kalle Jokiniemi edited this page Jan 13, 2014
·
4 revisions
Welcome to the kernel-adaptation-n950-n9 wiki!
This is a kernel repo for Nemo mobile N9/N950 adaptation project.
- "master" branch contains experimental 3.5.y linux-stable based kernel (mostly) for N9
- "mer-n9-2.6.32-20121301" branch is stable nemo N9/N950 kernel based on Harmattan PR1.3 kernel
- Please follow Documentation/CodingStyle for patches (run ./scripts/check-patch.pl on your patch)
- Please follow standard kernel patch description conventions
- Which means have correct "Signed-off-by: John Doe <[email protected]>" as last line of patch description.
- .. And provide clear description of the problem being solved, and what the patch does to fix that.
- Please use sub-system prefix for patch header where applicable, e.g. "input:tsc2005: Fixed issue with XYZ"
- To get your patch into the kernel, do following:
- Make your own fork of this tree to github (use the "fork" button at github Web UI)
- Do your changes and push them to your fork (remember to test that it works with Nemo Mobile!!)
- Make a pull request from the fork to this main tree
- You should receive some comments within few days.