diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2005-08-25 09:40:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-25 09:40:49 +0000 |
commit | 08230069ad4b4ab6686d0467546e5f0125d54e3a (patch) | |
tree | 2ff044ba1c38f78921d60e78b5923ee33ffa4d1d /packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb | |
parent | 3ee0828904266168540bcc2672d20604666c4976 (diff) | |
parent | 0898ace54cb976203eefd94af7db6ef2917409f0 (diff) |
merge of 1dee375784a345fa0f5a64a238267569e93342c5
and 3aec9f1e3ffb99d10a3a1025fe75aa3bcbef3e23
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb b/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb index 065d5d9eb8..2842eea8cb 100644 --- a/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb +++ b/packages/linux/linux-openzaurus_2.6.13-rc5-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 = "r11" +PR = "r12" DOSRC = "http://www.do13.in-berlin.de/openzaurus/patches" RPSRC = "http://www.rpsys.net/openzaurus/patches" @@ -51,7 +51,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \ ${RPSRC}/corgi_irda-r2.patch;patch=1 \ ${RPSRC}/corgi_base_extras4-r0.patch;patch=1 \ ${RPSRC}/jffs2_longfilename-r0.patch;patch=1 \ - ${RPSRC}/corgi_power-r24.patch;patch=1 \ + ${RPSRC}/sharpsl_bl_kick-r0.patch;patch=1 \ ${RPSRC}/corgi_power1-r1.patch;patch=1 \ ${DOSRC}/mmc-bulk-r0.patch;patch=1 \ ${RPSRC}/mmc_timeout-r0.patch;patch=1 \ @@ -79,14 +79,16 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \ ${DOSRC}/tosa-lcd-r3.patch;patch=1 \ ${DOSRC}/tosa-2.6.13-r1.patch;patch=1 \ ${RPSRC}/temp/tosa-bl-r5.patch;patch=1 \ + ${RPSRC}/pxafb_hsync-r0.patch;patch=1 \ ${RPSRC}/pxa27x_extraregs-r3.patch;patch=1 \ - ${RPSRC}/spitzbase-r5.patch;patch=1 \ + ${RPSRC}/sharpsl_ssp-r0.patch;patch=1 \ + ${RPSRC}/sharpsl_lcd-r0.patch;patch=1 \ + ${RPSRC}/sharpsl_ts-r0.patch;patch=1 \ + ${RPSRC}/sharpsl_bl-r0.patch;patch=1 \ + ${RPSRC}/spitz_base-r7.patch;patch=1 \ ${RPSRC}/spitzkbd-r1.patch;patch=1 \ - ${RPSRC}/spitzssp-r4.patch;patch=1 \ - ${RPSRC}/spitzbl-r1.patch;patch=1 \ - ${RPSRC}/spitzts-r1.patch;patch=1 \ ${RPSRC}/spitzcf-r1.patch;patch=1 \ - ${RPSRC}/spitz_power-r1.patch;patch=1 \ + ${RPSRC}/spitz_power-r3.patch;patch=1 \ ${RPSRC}/spitz_usbhost-r0.patch;patch=1 \ ${RPSRC}/spitz_usbsuspend-r0.patch;patch=1 \ ${RPSRC}/scoop_susres-r0.patch;patch=1 \ |