diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-09 19:08:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-09 19:08:08 +0000 |
commit | 363dc06e79fd13b277a506967b46a77ffbec8d7d (patch) | |
tree | 86201c27142ab2c08235a115b22846faebbdde06 /packages/linux/linux-omap2_git.bb | |
parent | 3a718f30ca105dde01c8f8ee709550daf721839a (diff) |
linux-omap2 git: add working DVI patch (sent upstream for review), update defconfig
Diffstat (limited to 'packages/linux/linux-omap2_git.bb')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index ac8a59e99e..545817b860 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 = "r10" +PR = "r11" SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ @@ -15,7 +15,7 @@ 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 \ + file://0001-omap3beagle-add-driver-to-turn-on-the-TFP410-framer.patch;patch=1 \ " COMPATIBLE_MACHINE = "omap2430sdp|omap2420h4|beagleboard" |