diff options
Diffstat (limited to 'packages/linux/linux-omap2_git.bb')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index f128d9cc8f..176bf0cd83 100644 --- a/packages/linux/linux-omap2_git.bb +++ b/packages/linux/linux-omap2_git.bb @@ -2,24 +2,33 @@ require linux-omap.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MACHINE}" -SRCREV = "41c13615e46ed02a1aaafcc267603be8ea5244e9" +SRCREV = "050684c18f2ea0b08fdd5233a0cd3c7f96e00a0e" -PV = "2.6.25+2.6.26-rc3+git${SRCREV}" -PR = "r16" +PV = "2.6.25+2.6.26-rc8+${PR}+git${SRCREV}" +PR = "r31" SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ - file://00001-mcbsp-transform.patch;patch=1 \ - file://00002-mcbsp-omap1.patch;patch=1 \ - file://00003-mcbsp-omap3-clock.patch;patch=1 \ - file://00004-omap2-mcbsp.patch;patch=1 \ - file://0001-ASoC-OMAP-Add-basic-support-for-OMAP34xx-in-McBSP.patch;patch=1 \ 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://0002-omap3-cpuidle.patch;patch=1 \ + file://timer-suppression.patch;patch=1 \ + file://soc.patch;patch=1 \ + file://16bpp.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-omap3-cpuidle.patch;patch=1 \ + file://0002-omap3-cpuidle.patch;patch=1 \ " -COMPATIBLE_MACHINE = "omap2430sdp|omap2420h4|beagleboard" + +COMPATIBLE_MACHINE = "omap2430sdp|omap2420h4|beagleboard|omap3evm" S = "${WORKDIR}/git" |