diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-03 00:52:17 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-03 00:52:17 +0000 |
commit | 947a5ee7adcefe5c857dffd5d64db50006a843d2 (patch) | |
tree | 96e9607021e6a73d040a986b12d053a3170dfbc2 | |
parent | 8d88a0da221aed3adc909f159a0e51ce677718fe (diff) |
linux-oz-2.6: Fix cxx00 MMC/SD bug where card could lock the system. Tweak LED patches, split cxx00 udc patches, fix minor pxa2xx pcmcia memory leak.
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.14+2.6.15-rc7.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc7.bb b/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc7.bb index 9b22878706..6bb7f40d46 100644 --- a/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc7.bb +++ b/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc7.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r0" +PR = "r1" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -23,11 +23,13 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.15-rc2. ${RPSRC}/pxa_ohci_fixes-r0.patch;patch=1 \ ${RPSRC}/spitz_ohci-r0.patch;patch=1 \ ${RPSRC}/pxa_i2c_fixes-r5.patch;patch=1 \ + ${RPSRC}/scoop_cpr_fix-r1.patch;patch=1 \ + ${RPSRC}/pxa2xx_release-r0.patch;patch=1 \ ${RPSRC}/ide_not_removable-r0.patch;patch=1 \ ${RPSRC}/sharpsl_pm_move-r0.patch;patch=1 \ ${RPSRC}/pcmcia_dev_ids-r3.patch;patch=1 \ - ${RPSRC}/led_core-r9.patch;patch=1 \ - ${RPSRC}/led_triggers-r7.patch;patch=1 \ + ${RPSRC}/led_core-r10.patch;patch=1 \ + ${RPSRC}/led_triggers-r8.patch;patch=1 \ ${RPSRC}/led_trig_timer-r3.patch;patch=1 \ ${RPSRC}/led_trig_sharpsl_pm-r2.patch;patch=1 \ ${RPSRC}/led_zaurus-r7.patch;patch=1 \ @@ -60,7 +62,8 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.15-rc2. ${RPSRC}/mmc_timeout-r0.patch;patch=1 \ ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1 \ ${RPSRC}/usb_pxa27x_udc-r0.patch;patch=1 \ - ${RPSRC}/usb_add_epalloc-r0.patch;patch=1 \ + ${RPSRC}/usb_add_epalloc-r1.patch;patch=1 \ + ${RPSRC}/usb_rndis_tweaks-r0.patch;patch=1 \ ${RPSRC}/alsa/alsa-soc-0.9.patch;patch=1 \ ${RPSRC}/alsa/alsa-soc-0.9-0.10rc1.patch;patch=1 \ ${RPSRC}/alsa_soc_rpupdate7-r2.patch;patch=1 \ |