diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-07-28 18:12:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-28 18:12:22 +0000 |
commit | 5375d93f6f81db089970577efd8a254ace8fc61a (patch) | |
tree | fd7e4c278dc9e3cba577ee3d1404eb17db590251 /packages/linux | |
parent | fd78ba9fa8e711dcc99f29257b1c7bcde8026997 (diff) |
Prepare a load of patches for upstream. Apply temp fix for keyboard switch handling.
Diffstat (limited to 'packages/linux')
-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 \ |