From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: 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 Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/linux/linux-omap_2.6.32.bb | 50 +++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'recipes/linux/linux-omap_2.6.32.bb') diff --git a/recipes/linux/linux-omap_2.6.32.bb b/recipes/linux/linux-omap_2.6.32.bb index f33a3b162f..348ec96fcb 100644 --- a/recipes/linux/linux-omap_2.6.32.bb +++ b/recipes/linux/linux-omap_2.6.32.bb @@ -17,31 +17,31 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.g file://defconfig" SRC_URI_append = " \ -file://usb/ehci.patch;apply=yes \ -file://usb/ehci-omap.c-mach-to-plat.diff;apply=yes \ -file://cm-t35/0001-omap3-cm-t35-add-mux-initialization.patch;apply=yes \ -file://cm-t35/0001-OMAP-DSS2-add-Toppoly-TDO35S-panel.patch;apply=yes \ -file://cm-t35/0002-omap3-cm-t35-add-DSS2-display-support.patch;apply=yes \ -file://cm-t35/0003-omap3-cm-t35-update-defconfig-for-DSS2.patch;apply=yes \ -file://cm-t35/0004-omap3-cm-t35-add-cm-t35-mux-configs.patch;apply=yes \ -file://cm-t35/0006-omap3-cm-t35-update-defconfig.patch;apply=yes \ -file://cm-t35/0001-backlight-tdo24m-ensure-chip-select-changes-between-.patch;apply=yes \ -file://0001-ARM-OMAP-Overo-Add-support-for-second-ethernet-po.patch;apply=yes \ -file://0003-drivers-net-smsc911x-return-ENODEV-if-device-is-n.patch;apply=yes \ -file://0004-drivers-input-touchscreen-ads7846-return-ENODEV.patch;apply=yes \ -file://0005-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board.patch;apply=yes \ -file://0006-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch;apply=yes \ -file://0007-ASoC-enable-audio-capture-by-default-for-twl4030.patch;apply=yes \ -file://0009-MTD-NAND-omap2-proper-fix-for-subpage-read-ECC-error.patch;apply=yes \ -file://madc/0009-drivers-mfd-add-twl4030-madc-driver.patch;apply=yes \ -file://madc/0010-ARM-OMAP-Add-twl4030-madc-support-to-Overo.patch;apply=yes \ -file://madc/0011-ARM-OMAP-Add-twl4030-madc-support-to-Beagle.patch;apply=yes \ -file://madc/0013-ARM-OMAP-Add-missing-twl4030-madc-header-file.patch;apply=yes \ -file://dss2/0012-OMAP-DSS2-Add-support-for-LG-Philips-LB035Q02-pane.patch;apply=yes \ -file://dss2/0014-OMAP-DSS-Add-DSS2-support-for-Overo.patch;apply=yes \ -file://dss2/0015-OMAP-DSS-Add-DSS2-support-for-Beagle.patch;apply=yes \ -file://dss2/0016-video-add-timings-for-hd720.patch;apply=yes \ -file://holes.patch;apply=yes \ +file://usb/ehci.patch \ +file://usb/ehci-omap.c-mach-to-plat.diff \ +file://cm-t35/0001-omap3-cm-t35-add-mux-initialization.patch \ +file://cm-t35/0001-OMAP-DSS2-add-Toppoly-TDO35S-panel.patch \ +file://cm-t35/0002-omap3-cm-t35-add-DSS2-display-support.patch \ +file://cm-t35/0003-omap3-cm-t35-update-defconfig-for-DSS2.patch \ +file://cm-t35/0004-omap3-cm-t35-add-cm-t35-mux-configs.patch \ +file://cm-t35/0006-omap3-cm-t35-update-defconfig.patch \ +file://cm-t35/0001-backlight-tdo24m-ensure-chip-select-changes-between-.patch \ +file://0001-ARM-OMAP-Overo-Add-support-for-second-ethernet-po.patch \ +file://0003-drivers-net-smsc911x-return-ENODEV-if-device-is-n.patch \ +file://0004-drivers-input-touchscreen-ads7846-return-ENODEV.patch \ +file://0005-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board.patch \ +file://0006-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch \ +file://0007-ASoC-enable-audio-capture-by-default-for-twl4030.patch \ +file://0009-MTD-NAND-omap2-proper-fix-for-subpage-read-ECC-error.patch \ +file://madc/0009-drivers-mfd-add-twl4030-madc-driver.patch \ +file://madc/0010-ARM-OMAP-Add-twl4030-madc-support-to-Overo.patch \ +file://madc/0011-ARM-OMAP-Add-twl4030-madc-support-to-Beagle.patch \ +file://madc/0013-ARM-OMAP-Add-missing-twl4030-madc-header-file.patch \ +file://dss2/0012-OMAP-DSS2-Add-support-for-LG-Philips-LB035Q02-pane.patch \ +file://dss2/0014-OMAP-DSS-Add-DSS2-support-for-Overo.patch \ +file://dss2/0015-OMAP-DSS-Add-DSS2-support-for-Beagle.patch \ +file://dss2/0016-video-add-timings-for-hd720.patch \ +file://holes.patch \ " SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \ -- cgit 1.2.3-korg