diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-31 16:07:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-31 16:07:36 +0100 |
commit | ea662c15729c1fb25be4ab1ea9010020aa2df34e (patch) | |
tree | 5364f16cf1e667564bc534299203ae6f6803325e /packages/linux/linux-omap_git.bb | |
parent | ddbfb1c5274327f0fe3955368b46090496c9795c (diff) |
linux omap git: add patch that implements downscaling for the overlay
* this fixes: http://www.flickr.com/photos/koenkooi/2946825478/
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 ec1a071773..6512e101da 100644 --- a/packages/linux/linux-omap_git.bb +++ b/packages/linux/linux-omap_git.bb @@ -10,7 +10,7 @@ SRCREV = "2a3408be17f287fdb5809c9b6c68e7ad96d25b74" #PV = "2.6.26+2.6.27-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" @@ -35,6 +35,7 @@ SRC_URI_append = " \ file://musb-fix-endpoints.diff;patch=1 \ file://dvb-fix-dma.diff;patch=1 \ file://0001-Removed-resolution-check-that-prevents-scaling-when.patch;patch=1 \ + file://0001-Implement-downsampling-with-debugs.patch;patch=1 \ " |