diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-18 15:18:15 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-18 15:18:15 +0000 |
commit | 63f3f37555e41ddf4aae399f61911423827bff8b (patch) | |
tree | 052a7e454147125fb1d4745724630d2004f6c7b1 /packages/linux | |
parent | 1d784637a62bed7702bba56771b051899744f0bf (diff) |
linux-omap2: bump to 2.6.26-rc6
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index 3ee15985f8..2ec4de04b2 100644 --- a/packages/linux/linux-omap2_git.bb +++ b/packages/linux/linux-omap2_git.bb @@ -2,9 +2,9 @@ require linux-omap.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MACHINE}" -SRCREV = "74412cbb62b3b4af3f7a1dd9133f19950cd94b2e" +SRCREV = "5b97d3ec6732c87741b2fc04f2956f097a458818" -PV = "2.6.25+2.6.26-rc5+${PR}+git${SRCREV}" +PV = "2.6.25+2.6.26-rc6+${PR}+git${SRCREV}" PR = "r23" @@ -13,9 +13,9 @@ 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://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 \ " @@ -23,9 +23,9 @@ SRC_URI_append_beagleboard = " file://no-harry-potter.diff;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://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 \ " |