diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-10 19:03:06 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-10 19:03:06 +0000 |
commit | ecfef382035fc2da121c6af6a9f99f3002069867 (patch) | |
tree | f1ae9d17dde1d1fc54ec45ddeb5af113d9149ffb /packages/linux/linux-omap2_git.bb | |
parent | 9ea424383c69a8fcfeeac14705dcc10162b1e2c7 (diff) |
linux omap2 git: update TFP patch, add patch that prints L2 cache status on boot and bump PRu
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 545817b860..489682e711 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 = "cb170dcdce58de20b045ae964a4ccfc29aad1647" PV = "2.6.25+2.6.26-rc1+git${SRCREV}" -PR = "r11" +PR = "r12" SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ @@ -16,6 +16,7 @@ SRC_URI_append_beagleboard = " file://no-harry-potter.diff;patch=1 \ file://l2-cache.patch;patch=1 \ file://0001-This-patch-adds-RTC-support-to-the-omap3-based-beagl.patch;patch=1 \ file://0001-omap3beagle-add-driver-to-turn-on-the-TFP410-framer.patch;patch=1 \ + file://l2-cache-check.patch;patch=1 \ " COMPATIBLE_MACHINE = "omap2430sdp|omap2420h4|beagleboard" |