diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-02-06 18:36:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-06 18:36:28 +0000 |
commit | 5c70d86825ced73fe07d02a4647e70c54f2efe07 (patch) | |
tree | 23b7b80934d3f7d54d036bfa71c7ffae68dd169b /packages/linux/linux-openzaurus_2.6.15.bb | |
parent | 11ec8ab68be596ed8fca854042f2e8815da19ce2 (diff) | |
parent | edab0569b271a6c11d611afcdeb3f8a5a3a682e6 (diff) |
merge of 87274db5332eba6f472a3332129b88b8282ccda2
and 3b6a0bff32c9c79ebeb059cd1559d7731542af03
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.15.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.15.bb | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.15.bb b/packages/linux/linux-openzaurus_2.6.15.bb index 6e092702d1..fac29e5c61 100644 --- a/packages/linux/linux-openzaurus_2.6.15.bb +++ b/packages/linux/linux-openzaurus_2.6.15.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r2" +PR = "r4" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -21,22 +21,26 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ ${RPSRC}/scoop_cpr_fix-r1.patch;patch=1 \ ${RPSRC}/pxa2xx_release-r1.patch;patch=1 \ ${RPSRC}/arm_apm_pm_legacy-r1.patch;patch=1 \ + ${RPSRC}/arm_checksum_memory-r0.patch;patch=1 \ + ${RPSRC}/pxa_clocks-r0.patch;patch=1 \ ${RPSRC}/ide_not_removable-r0.patch;patch=1 \ ${RPSRC}/sharpsl_pm_move-r0.patch;patch=1 \ ${RPSRC}/sharpsl_pm_gcc4_fix-r0.patch;patch=1 \ ${RPSRC}/pcmcia_dev_ids-r3.patch;patch=1 \ - ${RPSRC}/led_core-r11.patch;patch=1 \ - ${RPSRC}/led_triggers-r9.patch;patch=1 \ - ${RPSRC}/led_trig_timer-r4.patch;patch=1 \ + ${RPSRC}/led_core-r12.patch;patch=1 \ + ${RPSRC}/led_triggers-r10.patch;patch=1 \ + ${RPSRC}/led_trig_timer-r5.patch;patch=1 \ ${RPSRC}/led_trig_sharpsl_pm-r4a.patch;patch=1 \ - ${RPSRC}/led_zaurus-r8.patch;patch=1 \ - ${RPSRC}/led_locomo-r5.patch;patch=1 \ - ${RPSRC}/led_ixp4xx-r0.patch;patch=1 \ - ${RPSRC}/led_tosa-r2.patch;patch=1 \ - ${RPSRC}/led_ide-r2.patch;patch=1 \ + ${RPSRC}/led_zaurus-r9.patch;patch=1 \ + ${RPSRC}/led_locomo-r6.patch;patch=1 \ + ${RPSRC}/led_ixp4xx-r1.patch;patch=1 \ + ${RPSRC}/led_tosa-r3.patch;patch=1 \ + ${RPSRC}/led_ide-r3.patch;patch=1 \ ${RPSRC}/led_nand-r2.patch;patch=1 \ + ${RPSRC}/ide_end_request-r0.patch;patch=1 \ ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \ - ${RPSRC}/pxa_rtc-r3.patch;patch=1 \ + ${RPSRC}/rtc_class-r0.patch;patch=1 \ + ${RPSRC}/rtc_class_pxa-r0.patch;patch=1 \ ${RPSRC}/input_power-r4.patch;patch=1 \ ${RPSRC}/jffs2_longfilename-r0.patch;patch=1 \ ${RPSRC}/pxa25x_cpufreq-r0.patch;patch=1 \ @@ -67,11 +71,9 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ ${RPSRC}/zaurus_keyboard_tweak-r0.patch;patch=1 \ ${RPSRC}/corgi_bl_cleanup-r2.patch;patch=1 \ ${RPSRC}/corgi_bl_generic-r2.patch;patch=1 \ - ${RPSRC}/arm_checksum_memory-r0.patch;patch=1 \ ${RPSRC}/pxafb_tweaks-r0.patch;patch=1 \ - ${RPSRC}/pxa_clocks-r0.patch;patch=1 \ ${RPSRC}/pm_changes-r0.patch;patch=1 \ - ${RPSRC}/sharpsl_pm-do-r1.patch;patch=1 \ + ${RPSRC}/sharpsl_pm-do-r2.patch;patch=1 \ file://add-oz-release-string.patch;patch=1 \ file://pxa-serial-hack.patch;patch=1 \ ${RPSRC}/jl1/pxa-linking-bug.patch;patch=1 \ |