summaryrefslogtreecommitdiff
path: root/packages/linux/linux-omap_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-08 08:39:15 +0000
committerKoen Kooi <koen@openembedded.org>2008-10-08 08:39:15 +0000
commitb965f4e0321417006d3c1fae9c41421febe78142 (patch)
tree0d8a564985dd1fb155c758fd6467a3dfc46a958c /packages/linux/linux-omap_git.bb
parent10bb92e04748af06ffc43c0cf9773de8a5e8914c (diff)
linux omap git: add patch that should make dvb behave better on arm, it doesn't fix the oops in the dma code
Diffstat (limited to 'packages/linux/linux-omap_git.bb')
-rw-r--r--packages/linux/linux-omap_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-omap_git.bb b/packages/linux/linux-omap_git.bb
index 290d90084b..a81cec89aa 100644
--- a/packages/linux/linux-omap_git.bb
+++ b/packages/linux/linux-omap_git.bb
@@ -9,7 +9,7 @@ COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|
SRCREV = "e1c49d7d22af768188e2a54c167ed79919361e55"
PV = "2.6.26+2.6.27-rc7+${PR}+git${SRCREV}"
-PR = "r12"
+PR = "r13"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
file://defconfig"
@@ -34,6 +34,7 @@ SRC_URI_append = " \
file://musb-fix-multiple-bulk-transfers.diff;patch=1 \
file://mru-256MB.diff;patch=1 \
file://musb-fix-endpoints.diff;patch=1 \
+ file://dvb-fix-dma.diff;patch=1 \
"