diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-12 13:29:55 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-12 13:29:55 +0000 |
commit | 5dc41f8648a8c57524696b213460ae9b1dcab89e (patch) | |
tree | bf1581f4fbb2b6e2ffc601b2468f861b39dc9b03 /packages/linux | |
parent | ac36bc0721258de53c4c90361d3fb0f712a35f3b (diff) | |
parent | 274b25cc55853fe90f6f679e7cc12680d890de0d (diff) |
merge of 1ba45cf53c0878304cb1ded93545b1938b45606f
and 5478d2000cb4fb6a9810fc0fd5cb8d1fc2903536
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.15.bb | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.15.bb b/packages/linux/linux-openzaurus_2.6.15.bb index e65c21d55d..298553e7bf 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 = "r11" +PR = "r12" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -27,17 +27,17 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ ${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-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-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}/led_core-r14.patch;patch=1 \ + ${RPSRC}/led_triggers-r11.patch;patch=1 \ + ${RPSRC}/led_trig_timer-r6.patch;patch=1 \ + ${RPSRC}/led_trig_sharpsl_pm-r5a.patch;patch=1 \ + ${RPSRC}/led_zaurus-r10.patch;patch=1 \ + ${RPSRC}/led_locomo-r7.patch;patch=1 \ + ${RPSRC}/led_ixp4xx-r2.patch;patch=1 \ + ${RPSRC}/led_tosa-r4.patch;patch=1 \ + ${RPSRC}/led_ide-r4a.patch;patch=1 \ + ${RPSRC}/led_nand-r3.patch;patch=1 \ + ${RPSRC}/ide_end_request-r1.patch;patch=1 \ ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \ ${RPSRC}/rtc_class-r0.patch;patch=1 \ ${RPSRC}/rtc_class_pxa-r0.patch;patch=1 \ @@ -82,7 +82,6 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ ${RPSRC}/pxa-linking-bug.patch;patch=1 \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ file://connectplus-remove-ide-HACK.patch;patch=1 \ - file://gcc4-ledclass-static-order-hack.patch;patch=1 \ file://defconfig-c7x0 \ file://defconfig-ipaq-pxa270 \ file://defconfig-collie \ @@ -91,8 +90,6 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ file://defconfig-qemuarm \ file://defconfig-tosa " -# ${RPSRC}/mmc_timeout-r0.patch;patch=1 \ - # Disabled until I find the reason this gives issues with cdc_subset # ${RPSRC}/usb_rndis_tweaks-r0.patch;patch=1 \ |