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.29.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.29.bb')
-rw-r--r-- | recipes/linux/linux_2.6.29.bb | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/recipes/linux/linux_2.6.29.bb b/recipes/linux/linux_2.6.29.bb index 754af430b2..2b80884544 100644 --- a/recipes/linux/linux_2.6.29.bb +++ b/recipes/linux/linux_2.6.29.bb @@ -25,50 +25,50 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2;name=k SRC_URI_append_boc01 = "\ file://boc01.dts \ file://boc01.dts.v1 \ - file://004-081205-usb.patch;apply=yes \ - file://005-091008-isl12024.patch;apply=yes \ - file://007-091005-lm73.patch;apply=yes \ - file://008-091005-spi.patch;apply=yes \ - file://011-090115-gpio.patch;apply=yes \ - file://012-091019-capsense.patch;apply=yes \ - file://013-091015-lcd.patch;apply=yes \ + file://004-081205-usb.patch \ + file://005-091008-isl12024.patch \ + file://007-091005-lm73.patch \ + file://008-091005-spi.patch \ + file://011-090115-gpio.patch \ + file://012-091019-capsense.patch \ + file://013-091015-lcd.patch \ " SRC_URI_append_canyonlands = " \ - file://0001-powerpc-4xx-Add-PPC4xx-PCIe-MSI-support.patch;apply=yes \ + file://0001-powerpc-4xx-Add-PPC4xx-PCIe-MSI-support.patch \ " SRC_URI_append_micro2440 = " \ - file://0001-S3C-Backported-the-s3c2410-touchscreen-from-openmok.patch;apply=yes \ - file://0002-S3C-Backported-openmoko-s-touchscreen-filters.patch;apply=yes \ - file://0003-VENDOR-armworks-logo.patch;apply=yes \ - file://0004-920T-Use-specific-920t-mtune.patch;apply=yes \ - file://0006-S3C-Allow-the-machine-code-to-get-the-BBT-table-fro.patch;apply=yes \ - file://0007-MINI2440-Add-machine-support.patch;apply=yes \ - file://0008-MINI2440-Delays-command-check-response-on-SD.patch;apply=yes \ - file://0009-MINI2440-Rename-the-SoC-tty-names.patch;apply=yes \ - file://0010-MINI2440-creates-a-mini2440_defconfig-file.patch;apply=yes \ - file://0011-MINI2440-Add-touchscreen-support.patch;apply=yes \ + file://0001-S3C-Backported-the-s3c2410-touchscreen-from-openmok.patch \ + file://0002-S3C-Backported-openmoko-s-touchscreen-filters.patch \ + file://0003-VENDOR-armworks-logo.patch \ + file://0004-920T-Use-specific-920t-mtune.patch \ + file://0006-S3C-Allow-the-machine-code-to-get-the-BBT-table-fro.patch \ + file://0007-MINI2440-Add-machine-support.patch \ + file://0008-MINI2440-Delays-command-check-response-on-SD.patch \ + file://0009-MINI2440-Rename-the-SoC-tty-names.patch \ + file://0010-MINI2440-creates-a-mini2440_defconfig-file.patch \ + file://0011-MINI2440-Add-touchscreen-support.patch \ " SRC_URI_append_tosa = " \ - file://0001-pxa-make-second-argument-of-clk_add_alias-a-name-in.patch;apply=yes \ - file://0002-spi-pxa2xx-spi-set-default-cs_control-to-null_cs_co.patch;apply=yes \ + file://0001-pxa-make-second-argument-of-clk_add_alias-a-name-in.patch \ + file://0002-spi-pxa2xx-spi-set-default-cs_control-to-null_cs_co.patch \ " SRC_URI_append_ep93xx = " \ - file://add-edb9301.patch;apply=yes \ - file://edb9301-fix-machine-id.patch;apply=yes \ + file://add-edb9301.patch \ + file://edb9301-fix-machine-id.patch \ " SRC_URI_append_cm-x270 = "\ - file://0001-xm_x2xx-config-fix-up-CMDLINE.patch;apply=yes \ - file://0002-cm-x270-nand-change-name-of-device.patch;apply=yes \ - file://0003-cm-x2xx.c-add-support-for-sharp-VGA-display-panel.patch;apply=yes \ + file://0001-xm_x2xx-config-fix-up-CMDLINE.patch \ + file://0002-cm-x270-nand-change-name-of-device.patch \ + file://0003-cm-x2xx.c-add-support-for-sharp-VGA-display-panel.patch \ " SRC_URI_append_stamp9g20evb = " \ - file://stamp9g20.patch;apply=yes \ + file://stamp9g20.patch \ " CMDLINE_cm-x270 = "console=${CMX270_CONSOLE_SERIAL_PORT},38400 monitor=8 bpp=16 mem=64M mtdparts=physmap-flash.0:256k(boot)ro,0x180000(kernel),0x230000(root),-(config);cm-x270-nand:64m(app),-(data) rdinit=/sbin/init root=mtd4 rootfstype=jffs2" |