diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-03 22:03:58 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-03 22:03:58 +0200 |
commit | b9feafad3e4f1cac5e0eb4d6da498febdea7d5ae (patch) | |
tree | 4c2471f3dd7178f38cf8d77bbe053f84fce4e9ed /recipes/linux/linux-omap_git.bb | |
parent | 4f7a0cb8180ca68a517a5cb9fa2d9f5d330a0a70 (diff) |
linux-omap git: update to rc8, start adding patches from the overo tree
Diffstat (limited to 'recipes/linux/linux-omap_git.bb')
-rw-r--r-- | recipes/linux/linux-omap_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/linux/linux-omap_git.bb b/recipes/linux/linux-omap_git.bb index 731878dc32..2808455dda 100644 --- a/recipes/linux/linux-omap_git.bb +++ b/recipes/linux/linux-omap_git.bb @@ -8,18 +8,21 @@ COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard| DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_omapzoom2 = "1" -SRCREV = "fd673394fa970fb82e4bc206e171c58995d0c2ba" +SRCREV = "3777b1e9ffb6e0901be93cbe201ae8e96003179b" FILESPATHPKG_prepend = "linux-omap-2.6.31:" # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc -PV = "2.6.30+2.6.31-rc5+gitr${SRCREV}" +PV = "2.6.30+2.6.31-rc8+gitr${SRCREV}" PR = "r0" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ file://defconfig" SRC_URI_append = " \ + file://ehci-phy-reset.patch;patch=1 \ + file://ehci.patch;patch=1 \ + file://0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch;patch=1 \ " S = "${WORKDIR}/git" |