X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Flinux%2Fomap3-pandora-kernel_2.6.27-pandora.bb;h=5f95f821068dc84dad4514ce0931b7a7f0d791e9;hp=d9f6275e329c3a05549eb50698a8d2f07a7a8584;hb=514e5d71a96625599f156747544fa7d1ee820cc7;hpb=1e2400580162078b61968cbe6d735369d36d5280 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 d9f6275..5f95f82 100755 --- a/recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb +++ b/recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb @@ -5,24 +5,7 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "omap3-pandora" -# ----- Revision 2 Boards ----- - -#GIT HEAD for Rev2 - Same as Rev3 without Batt Fuel Guage and Nub/Button changes. - -#SRCREV = "45dce3afbd5c2d2af899ae7e7a107d01a5c15558" - -#SRC_URI = " \ -# git://git.openpandora.org/pandora-kernel.git;protocol=git;branch=rev2 \ -#" - -# ----------------------------- - - -# ----- Revision 3 > Boards ----- - -#GIT HEAD for Rev3 > (i.e. Shipping units) - Will run on Rev2 boards without Nubs and an incorrect Start button. - -SRCREV = "e2eaf64e85e435bb2405bfe8ff6ec1c5aa39bda6" +SRCREV = "f80e5911826245ba934f97aba72276c5156057fb" SRC_URI = " \ git://git.openpandora.org/pandora-kernel.git;protocol=git;branch=pandora-27-omap1 \ @@ -41,17 +24,17 @@ SRC_URI_append = " \ 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://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://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 \ @@ -61,5 +44,17 @@ SRC_URI_append = " \ file://0002-Add-a-very-basic-platform-driver-module-to-bring-up-.patch;patch=1 \ file://0003-Remove-old-msm_wifi-hack-as-the-temp-platform-driver.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 - Used by ausf2-27 recipe to build as a module. + +SRC_URI_append = " \ + file://aufs2/0007-AUFS2-Add-latest-AUFS2-in-tree-code-for-2.6.27.patch;patch=1 \ +" + S = "${WORKDIR}/git"