diff options
Diffstat (limited to 'packages/linux/linux-omap2_git.bb')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index 670cd0f073..4008102f09 100644 --- a/packages/linux/linux-omap2_git.bb +++ b/packages/linux/linux-omap2_git.bb @@ -2,19 +2,18 @@ require linux-omap.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MACHINE}" -SRCREV = "d3b3ae0fe6c71641da19c8de466ec366d39847e3" +SRCREV = "d6daf8d8cc5ccf90247def5551ee9c3e8555e848" PV = "2.6.26" #PV = "2.6.26+2.6.27-rc1+${PR}+git${SRCREV}" -PR = "r54" +PR = "r58" SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ file://defconfig" SRC_URI_append_beagleboard = " file://no-harry-potter.diff;patch=1 \ file://0001-ASoC-OMAP-Add-basic-support-for-OMAP34xx-in-McBSP.patch;patch=1 \ - file://flash.patch;patch=1 \ - file://0001-omap3-cpuidle.patch;patch=1 \ + file://0001-omap3-cpuidle.patch;patch=1 \ file://0002-omap3-cpuidle.patch;patch=1 \ file://timer-suppression.patch;patch=1 \ file://ASoC-TWL4030-codec-driver.patch;patch=1 \ @@ -31,21 +30,10 @@ SRC_URI_append_beagleboard = " file://no-harry-potter.diff;patch=1 \ file://06-ensure-fclk.diff;patch=1 \ file://07-set-burst-size.diff;patch=1 \ file://cache-display-fix.patch;patch=1 \ - file://i2c-omap-race-fix.diff;patch=1 \ - file://TWL4030-01.patch;patch=1 \ - file://TWL4030-02.patch;patch=1 \ - file://TWL4030-03.patch;patch=1 \ - file://TWL4030-04.patch;patch=1 \ - file://TWL4030-05.patch;patch=1 \ - file://TWL4030-06.patch;patch=1 \ - file://TWL4030-07.patch;patch=1 \ - file://TWL4030-08.patch;patch=1 \ - file://TWL4030-09.patch;patch=1 \ file://mru-clocks1.diff;patch=1 \ file://mru-clocks2.diff;patch=1 \ file://mru-clocks3.diff;patch=1 \ file://4bitmmc.diff;patch=1 \ - file://400khz-i2c.diff;patch=1 \ file://no-cortex-deadlock.patch;patch=1 \ file://01-gptimer_clear_isrs_on_init;patch=1 \ file://02-gptimer_use_match_for_tick;patch=1 \ |