diff options
author | Steve Sakoman <steve@sakoman.com> | 2008-06-18 17:36:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-18 17:36:45 +0000 |
commit | 6586136e412fa7066694511ddbbceee6c5f1b9a6 (patch) | |
tree | cd0077f83f49b7dd26f3531b4b08fb89aeeb6f27 /packages/linux/linux-omap2_git.bb | |
parent | e1899b7261111e1764e4ed1cf4816ae63496ba48 (diff) |
linux omap2 git: update smartreflex patches
Diffstat (limited to 'packages/linux/linux-omap2_git.bb')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index 04d9fd14f8..3a0d65d6d1 100644 --- a/packages/linux/linux-omap2_git.bb +++ b/packages/linux/linux-omap2_git.bb @@ -5,7 +5,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MA SRCREV = "5b97d3ec6732c87741b2fc04f2956f097a458818" PV = "2.6.25+2.6.26-rc6+${PR}+git${SRCREV}" -PR = "r24" +PR = "r25" SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ @@ -14,18 +14,18 @@ SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ 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-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ -# file://0002-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ -# file://0003-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ + file://0001-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ + file://0002-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ + file://0003-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ file://0001-omap3-cpuidle.patch;patch=1 \ file://0002-omap3-cpuidle.patch;patch=1 \ " SRC_URI_append_omap3evm = " file://no-harry-potter.diff;patch=1 \ file://0001-ASoC-OMAP-Add-basic-support-for-OMAP34xx-in-McBSP.patch;patch=1 \ -# file://0001-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ -# file://0002-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ -# file://0003-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ + file://0001-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ + file://0002-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ + file://0003-ARM-OMAP-SmartReflex-driver.patch;patch=1 \ file://0001-omap3-cpuidle.patch;patch=1 \ file://0002-omap3-cpuidle.patch;patch=1 \ " |