diff options
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb | 18 |
1 files changed, 11 insertions, 7 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 4193298a3c..4f764c7803 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 = "r1" +PR = "r2" DOSRC = "http://www.do13.in-berlin.de/openzaurus/patches" RPSRC = "http://www.rpsys.net/openzaurus/patches" @@ -25,13 +25,17 @@ 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}/oprofile_irqfix-r0.patch;patch=1 \ + ${RPSRC}/preempt_nwfpe-r1.patch;patch=1 \ + ${RPSRC}/oprofile_typo-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 \ - ${RPSRC}/w100_core-r0.patch;patch=1 \ - ${RPSRC}/w100_corgi-r0.patch;patch=1 \ - ${RPSRC}/corgi_kbd3-r6.patch;patch=1 \ - ${RPSRC}/corgi_kbd_susres-r1.patch;patch=1 \ + ${RPSRC}/w100_core-r1.patch;patch=1 \ + ${RPSRC}/w100_corgi-r1.patch;patch=1 \ + ${RPSRC}/corgikbd_compilefix-r0.patch;patch=1 \ + ${RPSRC}/corgikbd_pm-r0.patch;patch=1 \ + ${RPSRC}/corgikbd_tidyup-r0.patch;patch=1 \ + ${RPSRC}/corgikbd_switch-r0.patch;patch=1 \ + ${RPSRC}/corgikbd_temphack-r0.patch;patch=1 \ ${RPSRC}/pxa_rtc-r1.patch;patch=1 \ ${RPSRC}/pxa_irda-r2.patch;patch=1 \ ${RPSRC}/sharp_multi_pcmcia-r2.patch;patch=1 \ |