diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-07-25 09:41:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-25 09:41:20 +0000 |
commit | fbb95e6d3a10d146020246be9216b2093c58390f (patch) | |
tree | c4c247afeecf024806dd272dcfabc10cb77d41b7 | |
parent | 3fa967e9ad17788bc21a781953ebf6f1873b2f3c (diff) |
Fix the softlockup reports. Add mmc bulk speedup patch and i2c patch from Dirk
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb b/packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb index 293d65d1f6..4193298a3c 100644 --- a/packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb +++ b/packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb @@ -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 \ |