diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-12 11:40:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-12 11:40:05 +0000 |
commit | fef417244984f61b65ae09356eb23c6bb2cbac5b (patch) | |
tree | 583679b6b938fb5863cc576c007f7f46fb4ecc22 /packages/linux/linux-omap2_git.bb | |
parent | fea52d11eda51cb139aa01d782b122990c6c5a11 (diff) |
linux-omap2 git: bump SRCREV and remove patches that are upstream now
Diffstat (limited to 'packages/linux/linux-omap2_git.bb')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index c151f305ac..0118822787 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 = "3bbf8f7b69276626ed9bab406a4a2e59709b27d7" +SRCREV = "74412cbb62b3b4af3f7a1dd9133f19950cd94b2e" -PV = "2.6.25+2.6.26-rc5+git${SRCREV}" -PR = "r20" +PV = "2.6.25+2.6.26-rc5+${PR}+git${SRCREV}" +PR = "r23" SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ @@ -13,12 +13,12 @@ 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://mux.patch;patch=1 \ - file://0001-omap3beagle-add-a-platform-device-to-hook-up-the-GP.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-omap3-cpuidle.patch;patch=1 \ + file://0002-omap3-cpuidle.patch;patch=1 \ " COMPATIBLE_MACHINE = "omap2430sdp|omap2420h4|beagleboard" |