Linux Kernel Mainline

From IGEP - ISEE Wiki

Revision as of 13:55, 28 June 2013 by Eballetbo (talk | contribs) (Created page with '<span style="color: rgb(255, 0, 0);">'''Note:''' The 'master' branch is where the development work takes place and you should use this if you're after to work with the latest cut…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: The 'master' branch is where the development work takes place and you should use this if you're after to work with the latest cutting edge developments. It is possible trunk can suffer temporary periods of instability while new features are developed and if this is undesirable we recommend using one of the release branches. Use ONLY for development purposes.

Additional patches can be found at http://patchwork.kernel.org/project/linux-omap/list

This Linux kernel is also considered as a downstream of tmlind's Linux kernel. The main difference between this tree and the linux-omap tree is that the igep OMAP tree has unpublished patches for IGEP v2 support.

Clone GIT repository from git.isee.biz

git clone git://git.isee.biz/pub/scm/linux-omap-2.6.git

Enter in sources directory

cd linux-omap-2.6

Get your desired branch with

git checkout <release> -b <your_named_release>
git checkout v2.6.37-2 -b v2.6.37-2-local