Fix the softlockup reports. Add mmc bulk speedup patch and i2c patch from Dirk
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 25 Jul 2005 09:41:20 +0000 (09:41 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 25 Jul 2005 09:41:20 +0000 (09:41 +0000)
packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb

index 293d65d..4193298 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "GPL"
 #KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}"
 KV = "${@bb.data.getVar('PV',d,True)}"
 
-PR = "r0"
+PR = "r1"
 
 DOSRC = "http://www.do13.in-berlin.de/openzaurus/patches"
 RPSRC = "http://www.rpsys.net/openzaurus/patches"
@@ -24,6 +24,7 @@ BASRC = "http://www.orca.cx/zaurus/patches"
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \
            ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.13-rc3.bz2;patch=1 \
            ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc3/2.6.13-rc3-mm1/2.6.13-rc3-mm1.bz2;patch=1 \
+           ${RPSRC}/nand_softlockup-r0.patch;patch=1 \
            ${RPSRC}/corgi_tspmu-r2.patch;patch=1 \
            ${RPSRC}/preempt_nwfpe-r0.patch;patch=1 \
            ${RPSRC}/preempt_nwfpe1-r0.patch;patch=1 \
@@ -41,11 +42,10 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \
            ${RPSRC}/corgi_power-r24.patch;patch=1 \
            ${RPSRC}/corgi_power1-r1.patch;patch=1 \
            ${RPSRC}/mmc_sd-r5.patch;patch=1 \
+           ${DOSRC}/mmc-bulk-r0.patch;patch=1 \
+           ${RPSRC}/mmc_timeout-r0.patch;patch=1 \        
            ${RPSRC}/corgi_snd-r6.patch;patch=1 \
-           ${RPSRC}/pxa_i2c-r2.patch;patch=1 \
-           ${DOSRC}/pxa-i2c-suspend-r0.patch;patch=1 \
-           ${DOSRC}/pxa-i2c-func-r0.patch;patch=1 \
-           ${RPSRC}/mmc_timeout-r0.patch;patch=1 \
+           ${DOSRC}/rmk-i2c-pxa-r0.patch;patch=1 \
            ${RPSRC}/spitz_mtd-r0.patch;patch=1 \
            ${RPSRC}/ipaq/hx2750_base-r19.patch;patch=1 \
            ${RPSRC}/ipaq/hx2750_bl-r0.patch;patch=1 \