diff options
Diffstat (limited to 'packages/linux/linux-omap2_git.bb')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index 7d27310d67..176bf0cd83 100644 --- a/packages/linux/linux-omap2_git.bb +++ b/packages/linux/linux-omap2_git.bb @@ -2,10 +2,10 @@ require linux-omap.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MACHINE}" -SRCREV = "af933cd32a5e14f119a4acb4fe20055f6f8ab1aa" +SRCREV = "050684c18f2ea0b08fdd5233a0cd3c7f96e00a0e" PV = "2.6.25+2.6.26-rc8+${PR}+git${SRCREV}" -PR = "r30" +PR = "r31" SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ @@ -17,11 +17,8 @@ SRC_URI_append_beagleboard = " file://no-harry-potter.diff;patch=1 \ file://0001-omap3-cpuidle.patch;patch=1 \ file://0002-omap3-cpuidle.patch;patch=1 \ file://timer-suppression.patch;patch=1 \ - file://fix-dispc-clocks.patch;patch=1 \ file://soc.patch;patch=1 \ file://16bpp.patch;patch=1 \ - file://omap3-dppl-divider.patch;patch=1 \ - file://omap3-jitter.patch;patch=1 \ " SRC_URI_append_omap3evm = " file://no-harry-potter.diff;patch=1 \ |