diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 10:39:50 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:16:13 +0200 |
commit | 16f464bd8cff6b6a27d9bfe691f7adc875d01ac2 (patch) | |
tree | d235ad1dba36225ca211cc7c606ecaab4ff883c5 /recipes/linux/linux-rp_2.6.23.bb | |
parent | 44985d56bc556786812a0a02d6219afd31a7381d (diff) |
recipes: move checksums to recipes from checksums.ini, part 2 manual adjustement
* all: multiple checked items in SRC_URI (needs name= param)
* other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native)
* ...
* tested with micro/micro-uclibc/Angstrom/SHR with
SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_*
* also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and
s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for
distro/machine/virtual override (see
http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch)
* in case I downloaded different checksum then what was in checksums.ini
I used the old one from checksums.ini and put my checksum in comment
* I'll send to ML list of recipes which cannot be downloaded (weren't
converted) and where I got different checksums
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-rp_2.6.23.bb')
-rw-r--r-- | recipes/linux/linux-rp_2.6.23.bb | 107 |
1 files changed, 56 insertions, 51 deletions
diff --git a/recipes/linux/linux-rp_2.6.23.bb b/recipes/linux/linux-rp_2.6.23.bb index e45006a938..7c008e4e71 100644 --- a/recipes/linux/linux-rp_2.6.23.bb +++ b/recipes/linux/linux-rp_2.6.23.bb @@ -13,49 +13,51 @@ PR = "r36" # Patches submitted upstream are towards top of this list # Hacks should clearly named and at the bottom -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ +# + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2;name=kernel \ file://0001-time-prevent-the-loop-in-timespec_add_ns-from-bei.patch;patch=1 \ - ${RPSRC}/pxa25x_suspend_fixes-r0.patch;patch=1;status=merged \ - ${RPSRC}/lzo_jffs2-r3.patch;patch=1;status=merged \ - ${RPSRC}/lzo_jffs2_lzomode-r1.patch;patch=1;status=merged \ - ${RPSRC}/spitzkbd_fix-r0.patch;patch=1;status=merged \ + ${RPSRC}/pxa25x_suspend_fixes-r0.patch;patch=1;status=merged;name=rppatch30 \ + ${RPSRC}/lzo_jffs2-r3.patch;patch=1;status=merged;name=rppatch31 \ + ${RPSRC}/lzo_jffs2_lzomode-r1.patch;patch=1;status=merged;name=rppatch32 \ + ${RPSRC}/spitzkbd_fix-r0.patch;patch=1;status=merged;name=rppatch33 \ file://uvesafb-0.1-rc3-2.6.22.patch;patch=1;status=merged \ - ${RPSRC}/locomo_led_fix-r0.patch;patch=1;status=merged \ + ${RPSRC}/locomo_led_fix-r0.patch;patch=1;status=merged;name=rppatch34 \ file://hrw-add-wcf11-to-hostap.patch;patch=1;status=merged \ - ${RPSRC}/export_atags-r0a.patch;patch=1;status=pending \ - ${RPSRC}/lzo_crypto-r2.patch;patch=1;status=pending \ - ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \ - ${RPSRC}/hx2750_base-r29.patch;patch=1 \ - ${RPSRC}/hx2750_bl-r9.patch;patch=1 \ - ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \ - ${RPSRC}/hx2750_make.patch;patch=1 \ - ${RPSRC}/pxa_keys-r7.patch;patch=1 \ - ${RPSRC}/tsc2101-r16.patch;patch=1 \ - ${RPSRC}/hx2750_test1-r7.patch;patch=1 \ - ${RPSRC}/input_power-r9.patch;patch=1 \ - ${RPSRC}/pxa25x_cpufreq-r2.patch;patch=1 \ - ${RPSRC}/sharpsl_pm_fixes1-r0.patch;patch=1 \ - ${RPSRC}/pm_changes-r1.patch;patch=1 \ - ${RPSRC}/usb_add_epalloc-r3.patch;patch=1 \ - ${RPSRC}/usb_pxa27x_udc-r6.patch;patch=1 \ - ${RPSRC}/locomo_kbd_tweak-r1.patch;patch=1 \ - ${RPSRC}/pxa27x_overlay-r6.patch;patch=1 \ - ${RPSRC}/w100_extaccel-r2.patch;patch=1 \ - ${RPSRC}/w100_extmem-r1.patch;patch=1 \ - ${RPSRC}/poodle_pm-r4.patch;patch=1 \ - ${RPSRC}/poodle_lcd_hack-r0.patch;patch=1 \ - ${RPSRC}/poodle_asoc_fix-r1.patch;patch=1 \ + ${RPSRC}/export_atags-r0a.patch;patch=1;status=pending;name=rppatch35 \ + ${RPSRC}/lzo_crypto-r2.patch;patch=1;status=pending;name=rppatch36 \ + ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1;name=rppatch1 \ + ${RPSRC}/hx2750_base-r29.patch;patch=1;name=rppatch37 \ + ${RPSRC}/hx2750_bl-r9.patch;patch=1;name=rppatch3 \ + ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1;name=rppatch38 \ + file://hx2750_make.patch;patch=1;name=rppatch39 \ + ${RPSRC}/pxa_keys-r7.patch;patch=1;name=rppatch40 \ + ${RPSRC}/tsc2101-r16.patch;patch=1;name=rppatch41 \ + ${RPSRC}/hx2750_test1-r7.patch;patch=1;name=rppatch42 \ + ${RPSRC}/input_power-r9.patch;patch=1;name=rppatch43 \ + ${RPSRC}/pxa25x_cpufreq-r2.patch;patch=1;name=rppatch44 \ + ${RPSRC}/sharpsl_pm_fixes1-r0.patch;patch=1;name=rppatch8 \ + ${RPSRC}/pm_changes-r1.patch;patch=1;name=rppatch9 \ + ${RPSRC}/usb_add_epalloc-r3.patch;patch=1;name=rppatch45 \ + ${RPSRC}/usb_pxa27x_udc-r6.patch;patch=1;name=rppatch46 \ + ${RPSRC}/locomo_kbd_tweak-r1.patch;patch=1;name=rppatch47 \ + ${RPSRC}/pxa27x_overlay-r6.patch;patch=1;name=rppatch48 \ + ${RPSRC}/w100_extaccel-r2.patch;patch=1;name=rppatch12 \ + ${RPSRC}/w100_extmem-r1.patch;patch=1;name=rppatch13 \ + ${RPSRC}/poodle_pm-r4.patch;patch=1;name=rppatch49 \ + ${RPSRC}/poodle_lcd_hack-r0.patch;patch=1;name=rppatch15 \ + ${RPSRC}/poodle_asoc_fix-r1.patch;patch=1;name=rppatch16 \ file://wm8750-treble.patch;patch=1 \ file://mtd-module.patch;patch=1 \ file://squashfs3.0-2.6.15.patch;patch=1;status=external \ - ${RPSRC}/logo_oh-r1.patch.bz2;patch=1;status=unmergable \ - ${RPSRC}/pxa-linking-bug.patch;patch=1;status=unmergable \ + ${RPSRC}/logo_oh-r1.patch.bz2;patch=1;status=unmergable;name=rppatch17 \ + ${RPSRC}/pxa-linking-bug.patch;patch=1;status=unmergable;name=rppatch18 \ file://hostap-monitor-mode.patch;patch=1;status=unmergable \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1;status=unmergable \ - ${RPSRC}/mmcsd_large_cards-r1.patch;patch=1;status=hack \ - ${RPSRC}/mmcsd_no_scr_check-r2.patch;patch=1;status=hack \ - ${RPSRC}/integrator_rgb-r1.patch;patch=1;status=hack \ - ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1;status=hack \ + ${RPSRC}/mmcsd_large_cards-r1.patch;patch=1;status=hack;name=rppatch19 \ + ${RPSRC}/mmcsd_no_scr_check-r2.patch;patch=1;status=hack;name=rppatch20 \ + ${RPSRC}/integrator_rgb-r1.patch;patch=1;status=hack;name=rppatch21 \ + ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1;status=hack;name=rppatch22 \ file://pxa-serial-hack.patch;patch=1;status=hack \ file://connectplus-remove-ide-HACK.patch;patch=1;status=hack \ file://connectplus-prevent-oops-HACK.patch;patch=1;status=hack \ @@ -76,44 +78,44 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ file://defconfig-tosa " # FIXMEs before made default -# ${RPSRC}/mmcsd_no_scr_check-r1.patch;patch=1;status=hack +# ${RPSRC}/mmcsd_no_scr_check-r1.patch;patch=1;status=hack;name=rppatch50 # Add this to enable pm debug code (useful with a serial lead) -# ${RPSRC}/sharpsl_pm_debug-r0.patch;patch=1 +# ${RPSRC}/sharpsl_pm_debug-r0.patch;patch=1;name=rppatch51 # Disabled until I find the reason this gives issues with cdc_subset -# ${RPSRC}/usb_rndis_tweaks-r0.patch;patch=1 \ +# ${RPSRC}/usb_rndis_tweaks-r0.patch;patch=1;name=rppatch52 \ # Is anything out of this still needed? Parts were commited to mainline by rmk (drivers/mfd/) # (Pavel Machek's git tree has updated versions of this?) -# ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1 +# ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1;name=jlpatch1 # These patches are extracted from Pavel Machek's git tree # (diff against vanilla kernel) SRC_URI_append_collie = "\ - ${DOSRC}/collie/mtd-sharp-flash-hack-r0.patch;patch=1 \ - ${DOSRC}/collie/collie-r0.patch;patch=1 \ - ${DOSRC}/collie/locomolcd-backlight-r0.patch;patch=1 \ - ${DOSRC}/collie/ucb1x00-touch-audio-r0.patch;patch=1 \ + ${DOSRC}/collie/mtd-sharp-flash-hack-r0.patch;patch=1;name=dopatch1 \ + ${DOSRC}/collie/collie-r0.patch;patch=1;name=dopatch2 \ + ${DOSRC}/collie/locomolcd-backlight-r0.patch;patch=1;name=dopatch3 \ + ${DOSRC}/collie/ucb1x00-touch-audio-r0.patch;patch=1;name=dopatch4 \ file://collie-mcp-r1.patch;patch=1 \ - ${DOSRC}/collie/sa1100-udc-r0.patch;patch=1 \ -# ${DOSRC}/collie/collie-pm-r1.patch;patch=1 \ + ${DOSRC}/collie/sa1100-udc-r0.patch;patch=1;name=dopatch5 \ +# ${DOSRC}/collie/collie-pm-r1.patch;patch=1;name=dopatch6 \ " SRC_URI_append_poodle = "\ - ${RPSRC}/poodle_serial_vcc-r0.patch;patch=1 \ + ${RPSRC}/poodle_serial_vcc-r0.patch;patch=1;name=rppatch53 \ " SRC_URI_append_tosa = "\ - ${CHSRC}/tmio-core-r4.patch;patch=1 \ + ${CHSRC}/tmio-core-r4.patch;patch=1;name=chpatch1 \ file://tmio-tc6393-r8.patch;patch=1 \ file://tmio-nand-r8.patch;patch=1 \ - ${CHSRC}/tmio-fb-r6.patch;patch=1 \ + ${CHSRC}/tmio-fb-r6.patch;patch=1;name=chpatch2 \ file://tmio-fb-r6-fix-r0.patch;patch=1 \ file://tosa-keyboard-r19.patch;patch=1 \ - ${DOSRC}/tosa-pxaac97-r6.patch;patch=1 \ + ${DOSRC}/tosa-pxaac97-r6.patch;patch=1;name=dopatch7 \ file://tosa-pxaac97-r6-fix-r0.patch;patch=1 \ - ${DOSRC}/tosa-tmio-r6.patch;patch=1 \ + ${DOSRC}/tosa-tmio-r6.patch;patch=1;name=dopatch8 \ file://tosa-power-r18.patch;patch=1 \ file://tosa-power-r18-fix-r0.patch;patch=1 \ file://tosa-tmio-lcd-r10.patch;patch=1 \ @@ -132,7 +134,7 @@ SRC_URI_append_tosa = "\ file://pxa2xx_udc_support_inverse_vbus.patch;patch=1 \ file://tosa_udc_use_gpio_vbus.patch;patch=1 \ " -# ${DOSRC}/tosa-asoc-r1.patch;patch=1 " +# ${DOSRC}/tosa-asoc-r1.patch;patch=1;name=dopatch9 " SRC_URI_append_akita = "\ file://sharpsl-rc-r1.patch;patch=1;status=external \ @@ -156,3 +158,6 @@ SRC_URI_append_zylonite ="\ " S = "${WORKDIR}/linux-2.6.23" + +SRC_URI[kernel.md5sum] = "2cc2fd4d521dc5d7cfce0d8a9d1b3472" +SRC_URI[kernel.sha256sum] = "d4e67c0935ffb2a4158234bff92cc791b83177866009fc9b2214104e0038dbdb" |