diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-24 18:23:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-24 18:23:08 +0000 |
commit | ea3ee024c3eabc819d3118557bae2668a5e83d45 (patch) | |
tree | 168dc687fafbe22e71feb39846c3a84ba1e75471 /packages/linux/linux-omap2_git.bb | |
parent | 212b8e0a0ce35130400d7671792b166273730bab (diff) |
linux-omap2 git: add ASoC patch for beagleboard and update defconfig
Diffstat (limited to 'packages/linux/linux-omap2_git.bb')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index dd3c82e451..9edca8950b 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 = "6604ac6c8a14d583a463159f3a1601427dab7e05" PV = "2.6.25+2.6.26-rc7+${PR}+git${SRCREV}" -PR = "r27" +PR = "r28" SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ @@ -18,6 +18,7 @@ SRC_URI_append_beagleboard = " file://no-harry-potter.diff;patch=1 \ file://0002-omap3-cpuidle.patch;patch=1 \ file://timer-suppression.patch;patch=1 \ file://fix-dispc-clocks.patch;patch=1 \ + file://soc.patch;patch=1 \ " SRC_URI_append_omap3evm = " file://no-harry-potter.diff;patch=1 \ |