diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-19 09:07:44 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-19 09:07:44 +0100 |
commit | 1fbae05c3880ddf8b2b1e08142accc2d47ee5340 (patch) | |
tree | 8a9cf6638787fcf5c32076a10730271a378b733e /packages/linux/linux-omap_2.6.28.bb | |
parent | d75554b56020d36644123702fd4248236b20afad (diff) |
linux-omap 2.6.28: update to head of 2.6.28 branch
Diffstat (limited to 'packages/linux/linux-omap_2.6.28.bb')
-rw-r--r-- | packages/linux/linux-omap_2.6.28.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/packages/linux/linux-omap_2.6.28.bb b/packages/linux/linux-omap_2.6.28.bb index fd0d5903a8..57572b3c7a 100644 --- a/packages/linux/linux-omap_2.6.28.bb +++ b/packages/linux/linux-omap_2.6.28.bb @@ -7,12 +7,12 @@ COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard| DEFAULT_PREFERENCE = "-1" -SRCREV = "401b285465488f515290e0f9111872b94e1cf922" +SRCREV = "9a6536c4eb086b43acab99ef3ac8b6e61ed9b7de" PV = "2.6.28" -PR = "r6" +PR = "r8" -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;branch=omap-2.6.28;protocol=git \ file://defconfig" SRC_URI_append = " \ @@ -42,9 +42,12 @@ SRC_URI_append = " \ file://0009-DSS-OMAPFB-allocate-fbmem-only-for-fb0-or-if-spes.patch;patch=1 \ file://0010-DSS-OMAPFB-remove-extra-omapfb_setup_overlay-call.patch;patch=1 \ file://0011-DSS-OMAPFB-fix-GFX_SYNC-to-be-compatible-with-DSS1.patch;patch=1 \ + file://0012-DSS-Add-comments-to-FAKE_VSYNC-to-make-things-more.patch;patch=1 \ + file://0013-DSS-OMAPFB-remove-extra-spaces.patch;patch=1 \ + file://0014-DSS-fix-clk_get_usecount.patch;patch=1 \ file://0001-ASoC-Add-support-for-OMAP3-EVM.patch;patch=1 \ file://0001-This-merges-Steve-Kipisz-USB-EHCI-support.-He-star.patch;patch=1 \ - file://musb-hsdma.diff;patch=1 \ + file://revert-XCCR.patch;patch=1 \ " |