diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-08 12:41:47 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-08 12:41:47 +0100 |
commit | f599ffebf9c4133e71fb7095612e9b59de1a83ab (patch) | |
tree | 870fbc0566a90cc3406fa47c12a33d211cf8944b /packages/linux/linux-omap_git.bb | |
parent | 7a86cad80842452275dafdc600eccd5aaf974bc1 (diff) |
linux-omap git : update to current git
Diffstat (limited to 'packages/linux/linux-omap_git.bb')
-rw-r--r-- | packages/linux/linux-omap_git.bb | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/packages/linux/linux-omap_git.bb b/packages/linux/linux-omap_git.bb index c1f164a1db..f18829d6d3 100644 --- a/packages/linux/linux-omap_git.bb +++ b/packages/linux/linux-omap_git.bb @@ -10,11 +10,11 @@ DEFAULT_PREFERENCE_omap3evm = "1" DEFAULT_PREFERENCE_omap3-pandora = "1" -SRCREV = "401b285465488f515290e0f9111872b94e1cf922" +SRCREV = "e8b22165f8af8cf9827d6c3e1279c17a457efb08" #PV = "2.6.27+2.6.28-rc8+${PR}+gitr${SRCREV}" -PV = "2.6.28" -PR = "r1" +PV = "2.6.28+gitr${SRCREV}" +PR = "r3" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ file://defconfig" @@ -33,18 +33,22 @@ SRC_URI_append = " \ 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 \ - file://0003-DSS-Documentation-for-OMAP2-3-display-subsystem.patch;patch=1 \ - file://0004-DSS-New-display-subsystem-driver-for-OMAP2-3.patch;patch=1 \ - file://0005-DSS-OMAPFB-fb-driver-for-new-display-subsystem.patch;patch=1 \ - file://0006-DSS-Add-generic-DVI-panel.patch;patch=1 \ - file://0007-DSS-support-for-Beagle-Board.patch;patch=1 \ - file://0008-DSS-BEAGLE-Enable-DSS-in-beagle-defconfig.patch;patch=1 \ - file://0009-DSS-Sharp-LS037V7DW01-LCD-Panel-driver.patch;patch=1 \ - file://0011-DSS-Support-for-OMAP3-EVM-board.patch;patch=1 \ - file://0012-DSS-OMAPFB-PAGE_ALIGN-sizes-in-mem-alloc.patch;patch=1 \ - file://0013-Refreshed-and-Cleaned-up-as-per-the-latest-Tomi-s-DS.patch;patch=1 \ file://twl-asoc-fix-record.diff;patch=1 \ file://tick-schedc-suppress-needless-timer-reprogramming.patch;patch=1 \ + file://0001-DSS-New-display-subsystem-driver-for-OMAP2-3.patch;patch=1 \ + file://0002-DSS-OMAPFB-fb-driver-for-new-display-subsystem.patch;patch=1 \ + file://0003-DSS-Add-generic-DVI-panel.patch;patch=1 \ + file://0004-DSS-support-for-Beagle-Board.patch;patch=1 \ + file://0005-DSS-Sharp-LS037V7DW01-LCD-Panel-driver.patch;patch=1 \ + file://0006-DSS-Support-for-OMAP3-SDP-board.patch;patch=1 \ + file://0007-DSS-Support-for-OMAP3-EVM-board.patch;patch=1 \ + file://0008-DSS-Hacked-N810-support.patch;patch=1 \ + file://0009-DSS-OMAPFB-allocate-fbmem-only-for-fb0-or-if-spes.patch;patch=1 \ + file://0010-DSS-OMAPFB-remove-extra-omapfb_setup_overlay-call.patch;patch=1 \ + file://0011-DSS-OMAPFB-fix-GFX_SYNC-to-be-compatible-with-DSS1.patch;patch=1 \ + file://0012-DSS-Add-comments-to-FAKE_VSYNC-to-make-things-more.patch;patch=1 \ + file://0013-DSS-OMAPFB-remove-extra-spaces.patch;patch=1 \ + file://0014-DSS-fix-clk_get_usecount.patch;patch=1 \ " |