From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/linux/linux_2.6.20.bb | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'recipes/linux/linux_2.6.20.bb') diff --git a/recipes/linux/linux_2.6.20.bb b/recipes/linux/linux_2.6.20.bb index 9452aaca73..87c1dca1c7 100644 --- a/recipes/linux/linux_2.6.20.bb +++ b/recipes/linux/linux_2.6.20.bb @@ -9,36 +9,36 @@ DEFAULT_PREFERENCE_nhk15 = "1" 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;patch=1;name=stablepatch \ - file://0001-kbuild-include-limits.h-in-sumversion.c-for-PATH_MAX.patch;patch=1 \ + ${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://defconfig" SRC_URI_append_n2100 = "\ - file://n2100-r8169-parity.patch;patch=1 \ - file://rtc-rs5c372-n2100.patch;patch=1 \ + file://n2100-r8169-parity.patch;apply=yes \ + file://rtc-rs5c372-n2100.patch;apply=yes \ " SRC_URI_append_at91sam9263ek = " \ - http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;patch=1;name=at91patch \ - http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;patch=1;name=exppatch \ + 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 \ " SRC_URI_append_at91sam9261ek = " \ - http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;patch=1;name=at91patch \ - http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;patch=1;name=exppatch \ + 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 \ " SRC_URI_append_at91sam9260ek = " \ - http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;patch=1;name=at91patch \ - http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;patch=1;name=exppatch \ + 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 \ " SRC_URI_append_nhk15 = " \ - file://nomadik_baseline_linux_2620.patch;patch=1 \ - file://audio_codec_patch_base_v5.6.0.patch;patch=1 \ - file://linux-2.6.20_01_dec_2.patch;patch=1 \ - file://patch_classdamp_pm_v_audio_codec_patch.patch;patch=1 \ - file://patch_audiocodec_glitch.patch;patch=1 \ - file://hrw-saa-fix.diff;patch=1 \ - file://hrw-make-create-kconfig-executable.patch;patch=1 \ + 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 \ " do_install_append_nhk15 () { -- cgit 1.2.3-korg