diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-06 10:22:46 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-06 10:22:46 +0100 |
commit | c86e6bf053bdf18dc6864bea25af534ef44fc220 (patch) | |
tree | 8969790e7cb17e09ba2ccf3f21d00442c6daad1d /packages/linux/linux-omap_git.bb | |
parent | e9f9ed9628f8fd008e584a98e8683597d0666b09 (diff) |
linux omap git: add patch for fix recording on TWL4030 codecs
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 8aca34a8b3..c0ec324ee8 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 = "r3" +PR = "r4" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ file://defconfig" @@ -38,6 +38,7 @@ SRC_URI_append = " \ file://0009-DSS-Sharp-LS037V7DW01-LCD-Panel-driver.patch;patch=1 \ 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 \ " |