diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-09-15 12:06:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-15 12:06:43 +0000 |
commit | 197493c863d4821512247774484e27159c9dc5c2 (patch) | |
tree | 00eb35a60f75d4eed7a9b83656f6c26ebc52576e | |
parent | e9c519ed2b5fbff5dbe69075be4c65f8d3ba4b77 (diff) |
linux-oz-2.6: Fix some of the poodle patches - it will compile without the zaurus-lcd patch now. Add some cleanup patches for old code in corgi/poodle (pushed as well). Update to a fixed patch for tosa
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.13-mm3.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.13-mm3.bb b/packages/linux/linux-openzaurus_2.6.13-mm3.bb index 7078c1a24a..50415d36f8 100644 --- a/packages/linux/linux-openzaurus_2.6.13-mm3.bb +++ b/packages/linux/linux-openzaurus_2.6.13-mm3.bb @@ -35,6 +35,10 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \ ${RPSRC}/corgi_pm-r3.patch;patch=1 \ ${RPSRC}/spitz_base_extras-r2.patch;patch=1 \ ${RPSRC}/spitz_pm-r3.patch;patch=1 \ + ${RPSRC}/corgi_cleanup-r0.patch;patch=1 \ + ${RPSRC}/poodle_cleanup-r0.patch;patch=1 \ + ${RPSRC}/poodle_mmc-r0.patch;patch=1 \ + ${RPSRC}/poodle_irda-r0.patch;patch=1 \ ${RPSRC}/spitz_kbd_fix1-r0.patch;patch=1 \ ${RPSRC}/spitzcf-r3.patch;patch=1 \ ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \ @@ -56,7 +60,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \ ${DOSRC}/pxa2xx-ir-dma-r0.patch;patch=1 \ ${DOSRC}/tc6393-device-r5.patch;patch=1 \ ${DOSRC}/tc6393_nand-r6.patch;patch=1 \ - ${RPSRC}/temp/tosa-machine-base-r10.patch;patch=1 \ + ${DOSRC}/tosa-machine-base-r11.patch;patch=1 \ ${DOSRC}/tosa-keyboard-r6.patch;patch=1 \ ${RPSRC}/temp/tc6393fb-r7.patch;patch=1 \ ${DOSRC}/tosa-power-r6.patch;patch=1 \ @@ -85,8 +89,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \ # ${JLSRC}/zaurus-base-2.6.11.diff.gz;patch=1 \ # ${JLSRC}/zaurus-leds-2.6.11.diff.gz;patch=1 \ -SRC_URI_append_poodle = "${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1 \ - ${RPSRC}/rpextra_poodle-r0.patch;patch=1 " +SRC_URI_append_poodle = "${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1" SRC_URI_append_tosa = "${DOSRC}/nand-readid-r1.patch;patch=1 \ ${DOSRC}/pxa-ac97-suspend-r0.patch;patch=1 \ ${DOSRC}/ac97codec-rename-revert-r0.patch;patch=1 \ |