diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/linux/linux_2.6.20.bb | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux/linux_2.6.20.bb')
-rw-r--r-- | recipes/linux/linux_2.6.20.bb | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/recipes/linux/linux_2.6.20.bb b/recipes/linux/linux_2.6.20.bb index 87c1dca1c7..bc047d6113 100644 --- a/recipes/linux/linux_2.6.20.bb +++ b/recipes/linux/linux_2.6.20.bb @@ -10,35 +10,35 @@ PR = "r11" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.21.bz2;apply=yes;name=stablepatch \ - file://0001-kbuild-include-limits.h-in-sumversion.c-for-PATH_MAX.patch;apply=yes \ + file://0001-kbuild-include-limits.h-in-sumversion.c-for-PATH_MAX.patch \ file://defconfig" SRC_URI_append_n2100 = "\ - file://n2100-r8169-parity.patch;apply=yes \ - file://rtc-rs5c372-n2100.patch;apply=yes \ + file://n2100-r8169-parity.patch \ + file://rtc-rs5c372-n2100.patch \ " SRC_URI_append_at91sam9263ek = " \ - http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;apply=yes;name=at91patch \ - http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;apply=yes;name=exppatch \ + http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;name=at91patch \ + http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;name=exppatch \ " SRC_URI_append_at91sam9261ek = " \ - http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;apply=yes;name=at91patch \ - http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;apply=yes;name=exppatch \ + http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;name=at91patch \ + http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;name=exppatch \ " SRC_URI_append_at91sam9260ek = " \ - http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;apply=yes;name=at91patch \ - http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;apply=yes;name=exppatch \ + http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;name=at91patch \ + http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;name=exppatch \ " SRC_URI_append_nhk15 = " \ - file://nomadik_baseline_linux_2620.patch;apply=yes \ - file://audio_codec_patch_base_v5.6.0.patch;apply=yes \ - file://linux-2.6.20_01_dec_2.patch;apply=yes \ - file://patch_classdamp_pm_v_audio_codec_patch.patch;apply=yes \ - file://patch_audiocodec_glitch.patch;apply=yes \ - file://hrw-saa-fix.diff;apply=yes \ - file://hrw-make-create-kconfig-executable.patch;apply=yes \ + file://nomadik_baseline_linux_2620.patch \ + file://audio_codec_patch_base_v5.6.0.patch \ + file://linux-2.6.20_01_dec_2.patch \ + file://patch_classdamp_pm_v_audio_codec_patch.patch \ + file://patch_audiocodec_glitch.patch \ + file://hrw-saa-fix.diff \ + file://hrw-make-create-kconfig-executable.patch \ " do_install_append_nhk15 () { |