X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Flinux%2Fomap3-pandora-kernel_2.6.27-pandora.bb;h=79f3a4239e7d76376a5c6533fcfa025448cee399;hb=619760271d150c6ead4ee8a00277d447c3ea0226;hp=a5b93b3a83f48d45210b59949c136be195bc3a43;hpb=4b605e2fc31a9f8c418088150ea4c32b8f0470b0;p=openpandora.oe.git diff --git a/recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb b/recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb index a5b93b3..79f3a42 100755 --- a/recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb +++ b/recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb @@ -5,40 +5,47 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "omap3-pandora" -#GIT HEAD -SRCREV = "462fa3321de7a3b8646c195130600af296b5e117" +SRCREV = "449c13a99bb39ced8dbea5daccc402c39f77455e" + +SRC_URI = " \ + git://git.openpandora.org/pandora-kernel.git;protocol=git;branch=pandora-27-omap1 \ +" + +# ------------------------------- PV = "2.6.27-pandora+${PR}+git${SRCREV}" -PR = "r1.8" -SRC_URI = " \ - git://openpandora.org/pandora-kernel.git;protocol=git;branch=pandora-27-omap1 \ - file://defconfig \ - file://0001-Add-EHCI-patch-suggested-by-Steven-Kipisz.patch;patch=1 \ - file://0002-Add-missing-define-to-EHCI-OMAP.c.patch;patch=1 \ - file://no-empty-flash-warnings.patch;patch=1 \ - file://oprofile-0.9.3.armv7.diff;patch=1 \ - file://no-cortex-deadlock.patch;patch=1 \ - file://read_die_ids.patch;patch=1 \ - file://fix-install.patch;patch=1 \ - file://musb-dma-iso-in.eml;patch=1 \ - file://musb-support-high-bandwidth.patch.eml;patch=1 \ - file://mru-fix-timings.diff;patch=1 \ - file://mru-fix-display-panning.diff;patch=1 \ - file://mru-make-dpll4-m4-ck-programmable.diff;patch=1 \ - file://mru-improve-pixclock-config.diff;patch=1 \ - file://mru-make-video-timings-selectable.diff;patch=1 \ - file://mru-enable-overlay-optimalization.diff;patch=1 \ - file://musb-fix-ISO-in-unlink.diff;patch=1 \ - file://musb-fix-multiple-bulk-transfers.diff;patch=1 \ - file://musb-fix-endpoints.diff;patch=1 \ - file://dvb-fix-dma.diff;patch=1 \ - file://0001-Removed-resolution-check-that-prevents-scaling-when.patch;patch=1 \ - file://0001-Implement-downsampling-with-debugs.patch;patch=1 \ - file://sitecomwl168-support.diff;patch=1 \ -# file://pvr/pvr-add.patch;patch=1 \ - file://pvr/dispc.patch;patch=1 \ -# file://pvr/nokia-TI.diff;patch=1 \ +SRC_URI_append = " \ + file://defconfig \ + file://0001-Add-EHCI-patch-suggested-by-Steven-Kipisz.patch;patch=1 \ + file://0002-Add-missing-define-to-EHCI-OMAP.c.patch;patch=1 \ + file://no-empty-flash-warnings.patch;patch=1 \ + file://oprofile-0.9.3.armv7.diff;patch=1 \ + file://no-cortex-deadlock.patch;patch=1 \ + file://read_die_ids.patch;patch=1 \ + file://fix-install.patch;patch=1 \ + file://mru-fix-timings.diff;patch=1 \ + file://mru-fix-display-panning.diff;patch=1 \ + file://mru-make-dpll4-m4-ck-programmable.diff;patch=1 \ + file://mru-improve-pixclock-config.diff;patch=1 \ + file://mru-make-video-timings-selectable.diff;patch=1 \ + file://mru-enable-overlay-optimalization.diff;patch=1 \ + file://dvb-fix-dma.diff;patch=1 \ + file://0001-Removed-resolution-check-that-prevents-scaling-when.patch;patch=1 \ + file://0001-Implement-downsampling-with-debugs.patch;patch=1 \ + file://musb-rxtx.patch;patch=1 \ " - + +# SquashFS 4 Patches. + +SRC_URI_append = " \ + file://squashfs/0006-SquashFS-Backport-SquashFS4-to-our-2.6.27-tree.patch;patch=1 \ +" + +# AUFS2 Patches. + +SRC_URI_append = " \ + file://aufs2/0007-AUFS2-Add-latest-AUFS2-in-tree-code-for-2.6.27.patch;patch=1 \ +" + S = "${WORKDIR}/git"