diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-28 22:59:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-28 22:59:10 +0000 |
commit | 736ab27eb13ebda0f17d2fe7df97c2543a8df5dd (patch) | |
tree | b065a4a25d8910076bc3b13c6a58a69374799d86 /packages/linux/linux-omap2_git.bb | |
parent | 65b3f790d1d0ce10f5568cb871cd8a07aedeae99 (diff) |
linux-omap2 git: bump to 2.6.26-rc4
Diffstat (limited to 'packages/linux/linux-omap2_git.bb')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index 3a80ae3319..6c920a2027 100644 --- a/packages/linux/linux-omap2_git.bb +++ b/packages/linux/linux-omap2_git.bb @@ -2,9 +2,9 @@ require linux-omap.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MACHINE}" -SRCREV = "41c13615e46ed02a1aaafcc267603be8ea5244e9" +SRCREV = "6b403428164c53d94bd9377d84e69052563dd57d" -PV = "2.6.25+2.6.26-rc3+git${SRCREV}" +PV = "2.6.25+2.6.26-rc4+git${SRCREV}" PR = "r18" @@ -18,6 +18,7 @@ SRC_URI_append_beagleboard = " file://no-harry-potter.diff;patch=1 \ file://00004-omap2-mcbsp.patch;patch=1 \ file://0001-ASoC-OMAP-Add-basic-support-for-OMAP34xx-in-McBSP.patch;patch=1 \ file://mux.patch;patch=1 \ + file://mcbsp-fix-include.patch;patch=1 \ " COMPATIBLE_MACHINE = "omap2430sdp|omap2420h4|beagleboard" |