Prepare a load of patches for upstream. Apply temp fix for keyboard switch handling.
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Jul 2005 18:12:22 +0000 (18:12 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 28 Jul 2005 18:12:22 +0000 (18:12 +0000)
packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb

index 4193298..4f764c7 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 = "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 \