summaryrefslogtreecommitdiff
path: root/packages/linux/linux-omap2_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-05-09 08:11:36 +0000
committerKoen Kooi <koen@openembedded.org>2008-05-09 08:11:36 +0000
commit887d1db73251bb7787a5b110ac79e88100bdf816 (patch)
tree91cd6194032d0f5378c5f4dd8b9c6bc23f2a471f /packages/linux/linux-omap2_git.bb
parent9bf42f65af5bf511454d16a684ee622ae5b8fabe (diff)
linux-omap2 git: bump SRCREV, add patch for beagleboard RTC support and add (disabled) patch that aims to enable the DVI chip
Diffstat (limited to 'packages/linux/linux-omap2_git.bb')
-rw-r--r--packages/linux/linux-omap2_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb
index 4dccf29eae..ac8a59e99e 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 = "1abd28c86f1771d4f31fc73e6ef83fedaa8f4ec2"
+SRCREV = "cb170dcdce58de20b045ae964a4ccfc29aad1647"
PV = "2.6.25+2.6.26-rc1+git${SRCREV}"
-PR = "r9"
+PR = "r10"
SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \
@@ -14,6 +14,8 @@ 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://usb-timout.patch;patch=1 \
file://l2-cache.patch;patch=1 \
+ file://0001-This-patch-adds-RTC-support-to-the-omap3-based-beagl.patch;patch=1 \
+# file://beagle-dvi-first-try.diff;patch=1 \
"
COMPATIBLE_MACHINE = "omap2430sdp|omap2420h4|beagleboard"