diff options
author | Koen Kooi <koen@openembedded.org> | 2008-04-24 19:46:22 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-04-24 19:46:22 +0000 |
commit | 474141f8febe01c30a980586b77c642d3c66bff7 (patch) | |
tree | 30393028d4cc1b40829278a94d812f4e8c79bc41 /packages/linux/linux-omap2_git.bb | |
parent | 227d0c4d5b8aaf21ea7b3242ae6f7390b992d1e1 (diff) |
linux-omap2 git: drop patches that are upstream, update usb patch for beagle, and de-CSL makefiles
Diffstat (limited to 'packages/linux/linux-omap2_git.bb')
-rw-r--r-- | packages/linux/linux-omap2_git.bb | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index 4bf3c2a0ce..84127e60e7 100644 --- a/packages/linux/linux-omap2_git.bb +++ b/packages/linux/linux-omap2_git.bb @@ -2,26 +2,16 @@ require linux-omap.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MACHINE}" -SRCREV = "e015fc7dba8f5002daa0982eb81d33cc72e68e95" +SRCREV = "7f7e34f8fc2b6819f1a516f7955ef15d04eca716" -# The e105fc commit is the merge of 2.6.25 into the omap tree, so we leave of the +git part of PV -#PV = "2.6.25+git${SRCREV}" -PV = "2.6.25" +PV = "2.6.25+git${SRCREV}" PR = "r5" SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ file://defconfig" -SRC_URI_append_beagleboard = " \ - file://2-update-omap3evm-kconfig.patch;patch=1 \ - file://3-omap3evm-board.patch;patch=1 \ - file://4-omap3evm-config.patch;patch=1 \ - file://5-omap3evm-header.patch;patch=1 \ - file://beagle-board-file.diff;patch=1 \ - file://beagle-board-header.diff;patch=1 \ - file://beagle-kconfig-makefile.diff;patch=1 \ - file://add-beagle-sd-support.diff;patch=1 \ +SRC_URI_append_beagleboard = " file://no-harry-potter.diff;patch=1 \ file://add-beagle-usb-support.diff;patch=1 \ " |