diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-08 09:31:11 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-08 09:31:11 +0100 |
commit | fd907584737589e39cb117200d58a1fbad5fca0d (patch) | |
tree | d1c62e4db38040014b11e73f3ac2ef6a73403319 /packages/linux/linux-omap_git.bb | |
parent | 5bef83ee6e3c8c650196c99b82ffa4da890c0740 (diff) |
linux-omap git: add patch to suppress needless timer reprogramming
Diffstat (limited to 'packages/linux/linux-omap_git.bb')
-rw-r--r-- | packages/linux/linux-omap_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-omap_git.bb b/packages/linux/linux-omap_git.bb index c0ec324ee8..e229622b39 100644 --- a/packages/linux/linux-omap_git.bb +++ b/packages/linux/linux-omap_git.bb @@ -10,7 +10,7 @@ SRCREV = "014ba70469e889ebb74516052c43fd06a419b17b" PV = "2.6.27+2.6.28-rc7+${PR}+gitr${SRCREV}" #PV = "2.6.27+${PR}+gitr${SRCREV}" -PR = "r4" +PR = "r5" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ file://defconfig" @@ -39,6 +39,7 @@ SRC_URI_append = " \ file://0011-DSS-Support-for-OMAP3-EVM-board.patch;patch=1 \ http://www.bat.org/~tomba/git/0001-DSS-OMAPFB-Check-that-var-pixclock-is-not-zero.patch;patch=1 \ file://twl-asoc-fix-record.diff;patch=1 \ + file://tick-schedc-suppress-needless-timer-reprogramming.patch;patch=1 \ " |