From: Richard Purdie Date: Tue, 4 Apr 2006 14:34:23 +0000 (+0000) Subject: linux-oz-2.6: Add zlib inflate patch which should equate to approx 10% faster flash... X-Git-Tag: Release-2010-05/1~9453^2~2105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0529633d4442fa7c4fd35aa64c57f0e199bd12;p=openembedded.git linux-oz-2.6: Add zlib inflate patch which should equate to approx 10% faster flash filesystem reads and therefore also improve device boottime (5% on c760). --- diff --git a/packages/linux/linux-openzaurus_2.6.16.bb b/packages/linux/linux-openzaurus_2.6.16.bb index bb6b50fd3d..0cf048ed72 100644 --- a/packages/linux/linux-openzaurus_2.6.16.bb +++ b/packages/linux/linux-openzaurus_2.6.16.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r3" +PR = "r4" DEFAULT_PREFERENCE = "-1" @@ -63,6 +63,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ ${RPSRC}/poodle_partsize-r0.patch;patch=1 \ ${RPSRC}/poodle_memsize-r0.patch;patch=1 \ ${RPSRC}/collie_frontlight-r1.patch;patch=1 \ + ${RPSRC}/zlib_inflate-r3.patch;patch=1 \ ${RPSRC}/pm_changes-r1.patch;patch=1 \ ${RPSRC}/sharpsl_pm-do-r2.patch;patch=1 \ ${RPSRC}/usb_pxa27x_udc-r0.patch;patch=1 \