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-gumstix_2.6.15.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-gumstix_2.6.15.bb')
-rw-r--r-- | recipes/linux/linux-gumstix_2.6.15.bb | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/recipes/linux/linux-gumstix_2.6.15.bb b/recipes/linux/linux-gumstix_2.6.15.bb index bd11cf464e..bc8b5e47b4 100644 --- a/recipes/linux/linux-gumstix_2.6.15.bb +++ b/recipes/linux/linux-gumstix_2.6.15.bb @@ -10,49 +10,49 @@ COMPATIBLE_MACHINE = "gumstix" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ cvs://anoncvs:anoncvs@cvs.infradead.org/home/cvs;module=mtd;date=20060223 \ file://defconfig-gumstix \ - file://arch-config.patch;apply=yes \ - file://board-init.patch;apply=yes \ - file://compact-flash.patch;apply=yes \ - file://defconfig.patch;apply=yes \ - file://flash.patch;apply=yes \ - file://header.patch;apply=yes \ - file://kconfig-arch-cleanup.patch;apply=yes \ - file://pxa255-gpio-count-bugfix.patch;apply=yes \ - file://pxa2xx_udc.patch;apply=yes \ - file://bkpxa-pxa-cpu.patch;apply=yes \ - file://bkpxa-pxa-cpufreq.patch;apply=yes \ - file://bkpxa-pxa-ac97.patch;apply=yes \ - file://rmk-2022-2-rtctime-sa110-pxa255-driver.patch;apply=yes \ - file://proc-gpio.patch;apply=yes \ - file://serial-ether-addr.patch;apply=yes \ - file://cpufreq-better-freqs.patch;apply=yes \ - file://ethernet-config.patch;apply=yes \ - file://smc-ether-addr.patch;apply=yes \ - file://audio.patch;apply=yes \ - file://cpufreq-ondemand-by-default.patch;apply=yes \ - file://modular-init-bluetooth.patch;apply=yes \ - file://modular-init-smc91x.patch;apply=yes \ - file://modular-init-usb-gadget.patch;apply=yes \ - file://bugfix-i2c-include.patch;apply=yes \ - file://bugfix-mmc-clock.patch;apply=yes \ - file://bugfix-mtd-onenand.patch;apply=yes \ - file://bugfix-pxa-audio.patch;apply=yes \ - file://bugfix-pxa-cpufreq.patch;apply=yes \ - file://bugfix-pxa-serial-mctrl.patch;apply=yes \ - file://bugfix-rndis.patch;apply=yes \ - file://bugfix-serial-interrupt.patch;apply=yes \ - file://bugfix-serial-register-status.patch;apply=yes \ - file://mach-types-fix.patch;apply=yes \ - file://mmc-version4.patch;apply=yes \ - file://kernel-osx.patch;apply=yes \ - file://ucb1400-touchscreen.patch;apply=yes \ - file://add_input_randomness_export.patch;apply=yes \ - file://kobject_get_path_export.patch;apply=yes \ - file://ucb1400-ac97-audio.patch;apply=yes \ - file://i2c-gpl-module-fix.patch;apply=yes \ - file://disable-uncompress-message.patch;apply=yes \ - file://gumstix-mmc.patch;apply=yes \ - file://rmk_pxa_mmc_timeout.patch;apply=yes" + file://arch-config.patch \ + file://board-init.patch \ + file://compact-flash.patch \ + file://defconfig.patch \ + file://flash.patch \ + file://header.patch \ + file://kconfig-arch-cleanup.patch \ + file://pxa255-gpio-count-bugfix.patch \ + file://pxa2xx_udc.patch \ + file://bkpxa-pxa-cpu.patch \ + file://bkpxa-pxa-cpufreq.patch \ + file://bkpxa-pxa-ac97.patch \ + file://rmk-2022-2-rtctime-sa110-pxa255-driver.patch \ + file://proc-gpio.patch \ + file://serial-ether-addr.patch \ + file://cpufreq-better-freqs.patch \ + file://ethernet-config.patch \ + file://smc-ether-addr.patch \ + file://audio.patch \ + file://cpufreq-ondemand-by-default.patch \ + file://modular-init-bluetooth.patch \ + file://modular-init-smc91x.patch \ + file://modular-init-usb-gadget.patch \ + file://bugfix-i2c-include.patch \ + file://bugfix-mmc-clock.patch \ + file://bugfix-mtd-onenand.patch \ + file://bugfix-pxa-audio.patch \ + file://bugfix-pxa-cpufreq.patch \ + file://bugfix-pxa-serial-mctrl.patch \ + file://bugfix-rndis.patch \ + file://bugfix-serial-interrupt.patch \ + file://bugfix-serial-register-status.patch \ + file://mach-types-fix.patch \ + file://mmc-version4.patch \ + file://kernel-osx.patch \ + file://ucb1400-touchscreen.patch \ + file://add_input_randomness_export.patch \ + file://kobject_get_path_export.patch \ + file://ucb1400-ac97-audio.patch \ + file://i2c-gpl-module-fix.patch \ + file://disable-uncompress-message.patch \ + file://gumstix-mmc.patch \ + file://rmk_pxa_mmc_timeout.patch" S = "${WORKDIR}/linux-${PV}" |